mirror of
https://github.com/GSA/notifications-api.git
synced 2026-01-29 22:11:52 -05:00
Merge pull request #1435 from GSA/notify-api-1431
Change max tasks per celery worker to 500
This commit is contained in:
@@ -166,7 +166,7 @@ class Config(object):
|
||||
current_minute = (datetime.now().minute + 1) % 60
|
||||
|
||||
CELERY = {
|
||||
"worker_max_tasks_per_child": 200,
|
||||
"worker_max_tasks_per_child": 500,
|
||||
"broker_url": REDIS_URL,
|
||||
"broker_transport_options": {
|
||||
"visibility_timeout": 310,
|
||||
|
||||
Reference in New Issue
Block a user