Skip to content

Commit

Permalink
hotfix for worker starting up (#1344)
Browse files Browse the repository at this point in the history
  • Loading branch information
czgu authored Oct 8, 2023
1 parent 9c322ae commit b74419f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions querybook/server/app/flask_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ def make_celery(app):
worker_max_tasks_per_child=1,
task_track_started=True,
task_soft_time_limit=172800,
worker_proc_alive_timeout=60,
broker_transport_options={
# This must be higher than soft time limit,
# otherwise the task will get retried (in the case of acks_late=True)
Expand Down

0 comments on commit b74419f

Please sign in to comment.