Skip to content

Commit

Permalink
set visibility timeout to a large number to overcome unwanted task re…
Browse files Browse the repository at this point in the history
…submission
  • Loading branch information
martin-sicho committed Sep 5, 2022
1 parent a6d283e commit 05ee759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/genui/settings/celery.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
worker_send_task_events=True,
)
celery_app.autodiscover_tasks()
# celery_app.conf.broker_transport_options = {'visibility_timeout': 604800}
celery_app.conf.broker_transport_options = {'visibility_timeout': 604800}

0 comments on commit 05ee759

Please sign in to comment.