Fix workers count

This commit is contained in:
2022-01-22 22:25:39 +03:00
parent 2f222ee55d
commit 924e5738a1
4 changed files with 16 additions and 5 deletions

View File

@@ -24,4 +24,4 @@ class WorkerSettings:
on_startup = startup
on_shutdown = shutdown
redis_settings = get_redis_settings()
max_jobs = 4
max_jobs = 2