mirror of
https://github.com/flibusta-apps/library_updater.git
synced 2025-12-06 07:45:35 +01:00
Update retry count
This commit is contained in:
@@ -24,6 +24,6 @@ class WorkerSettings:
|
||||
on_shutdown = shutdown
|
||||
redis_settings = get_redis_settings()
|
||||
max_jobs = 2
|
||||
max_tries = 10
|
||||
max_tries = 20
|
||||
job_timeout = 5 * 60
|
||||
cron_jobs = [cron(run_fl_update, hour={5}, minute=0)]
|
||||
|
||||
Reference in New Issue
Block a user