Skip to content

Commit

Permalink
- Remove debug parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
emi420 committed Jan 29, 2025
1 parent 533caec commit 909f541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion API/api_worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
# celery.conf.result_serializer = "json"
# celery.conf.accept_content = ["application/json", "application/x-python-serialize"]
celery.conf.task_track_started = True
celery.conf.update(result_extended=True, worker_pool_restarts=True)
celery.conf.update(result_extended=True)
# celery.conf.task_reject_on_worker_lost = True
# celery.conf.task_acks_late = True

Expand Down

0 comments on commit 909f541

Please sign in to comment.