mirror of
https://github.com/flibusta-apps/telegram_files_cache_server.git
synced 2026-03-03 15:10:48 +01:00
Set max_tries to 3
This commit is contained in:
@@ -26,4 +26,5 @@ class WorkerSettings:
|
|||||||
on_shutdown = shutdown
|
on_shutdown = shutdown
|
||||||
redis_settings = get_redis_settings()
|
redis_settings = get_redis_settings()
|
||||||
max_jobs = 2
|
max_jobs = 2
|
||||||
|
max_tries = 3
|
||||||
job_timeout = 10 * 60
|
job_timeout = 10 * 60
|
||||||
|
|||||||
Reference in New Issue
Block a user