Skip to content
Snippets Groups Projects
Commit c7bc23a5 authored by Petitminion's avatar Petitminion
Browse files

add more workers

parent 8da08127
No related branches found
No related tags found
No related merge requests found
Pipeline #37645 passed with warnings with stages
in 5 minutes and 14 seconds
......@@ -34,7 +34,7 @@ async def startup(ctx):
class WorkerSettings:
on_startup = startup
cron_jobs = [cron(update_all, run_at_startup=True, hour=None, unique=True)]
max_concurrent_tasks = 1
max_concurrent_tasks = 20
shutdown_delay = 5
timeout_seconds = 15
redis_settings = settings.REDIS_CONFIG
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment