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
Loading
Pipeline #37645 passed with warnings
......@@ -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.
Please register or to comment