Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extend celery configuratio by: CELERY_WORKER_CANCEL_LONG_RUNNING_TASKS_ON_CONNECTION_LOSS and CELERY_TASK_ACKS_LATE, for better handling connection loss to brocker #508

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

awmackowiak
Copy link
Contributor

What has been done:

  • extend settings by celery two parameters:
    • CELERY_TASK_ACKS_LATE
    • CELERY_WORKER_CANCEL_LONG_RUNNING_TASKS_ON_CONNECTION_LOSS

With those parameters, VaaS will be able to handle more precise connection loss to a broker with prevent overflow queries by non-consumable tasks.

…S_ON_CONNECTION_LOSS and CELERY_TASK_ACKS_LATE, for better handling connection loss to brocker
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant