Skip to content

Commit

Permalink
Update celery timeout (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhirenmathur authored Oct 29, 2024
1 parent 603f2fd commit b2f34c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/celery/celery_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def configure_celery(queue_prefix: str):
task_acks_late=True,
task_track_started=True,
# Add the task_time_limit configuration
task_time_limit=2700, # 45 minutes in seconds
task_time_limit=5400, # 90 minutes in seconds
)


Expand Down

0 comments on commit b2f34c6

Please sign in to comment.