We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1693950 commit 1190c4eCopy full SHA for 1190c4e
app/scanerr/celery.py
@@ -20,11 +20,12 @@
20
21
# celery and beat configs
22
app.conf.update(
23
- task_acks_late=False,
+ task_acks_late=True,
24
worker_prefetch_multiplier=1,
25
worker_hijack_root_logger=False,
26
task_always_eager=False,
27
worker_cancel_long_running_tasks_on_connection_loss=True,
28
+ worker_max_tasks_per_child=100
29
)
30
31
# setting tasks to auto-discover
0 commit comments