Automated task retrying #6
RealOrangeOne
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
is there any updates for rerunning the task of handling the failed tasks as it is so important to be exist |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When a task fails, something should happen. Usually, that'll be firing off another task to do some cleanup. In the current implementation, this will need to be manually implemented by the user. It would be nice if
django-tasks
had an automatic way of configuring this. Perhaps per-task or per-enqueue?Beta Was this translation helpful? Give feedback.
All reactions