| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.
Suppressed comments (1)docs/faq.rst:849
The `acks_late` setting controls when the message is acknowledged; it does not call `Task.retry` and is not an automatic retry policy. A task exception still results in an acknowledgment, and the worker also acknowledges the message when the child process is terminated by `sys.exit()` or a signal. Redelivery can instead occur when the worker loses the message before acknowledging it, for
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Fixes #6178
Clarify that acks_late controls message acknowledgment timing rather than invoking Task.retry, and document the cases where Celery acknowledges a task even when late acknowledgments are enabled.