Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

What happens with failed tasks? #114

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

Closed
Alwinator opened this issue Oct 23, 2024 · 2 comments
Closed

What happens with failed tasks? #114

Alwinator opened this issue Oct 23, 2024 · 2 comments

Comments

@Alwinator
Copy link

I am adding this package in a large enterprise django application (even if it is in alpha) and I couldn't find any documentation what happens with failed tasks:

  • Will they be executed again automatically after some time? If so, how can I change the duration?
  • Is it possible to retrigger failed task in the django Admin interface?

Both of those features would be a game-changer for us.

If those features are not there yet, is there a way to retrigger failed tasks from command line?

PS: I love your work so far, and this package will be a charm for django! :)

Alwin

@Alwinator
Copy link
Author

Just found #92 which answers question 2.

@RealOrangeOne
Copy link
Owner

Will they be executed again automatically after some time?

No, currently failed tasks are left. Retries is not implemented yet #6

Repository owner locked and limited conversation to collaborators Oct 23, 2024
@RealOrangeOne RealOrangeOne converted this issue into discussion #115 Oct 23, 2024

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants