Skip to content

Commit

Permalink
Merge pull request #1418 from GSA/main
Browse files Browse the repository at this point in the history
11/14/2024 Production Deploy Update - Celery Worker config
  • Loading branch information
stvnrlly authored Nov 15, 2024
2 parents 35e8a81 + 99a92e7 commit eb76e8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ class Config(object):
current_minute = (datetime.now().minute + 1) % 60

CELERY = {
"worker_max_tasks_per_child": 20,
"broker_url": REDIS_URL,
"broker_transport_options": {
"visibility_timeout": 310,
Expand Down

0 comments on commit eb76e8f

Please sign in to comment.