-
-
Notifications
You must be signed in to change notification settings - Fork 68
Retry Failed Job #1325
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
base: main
Are you sure you want to change the base?
Retry Failed Job #1325
Conversation
Hello! I like the idea and large parts of the work already done. I like the idea of Django admin actions. but this immediately bears the idea of also aborting a task through the admin, though that might be for a later PR. |
Hi, thanks for your feedback.
I agree I haven't introduced one.
Exactly, we are in agreement. and the PR does that already ... Am I hallucinating or you reviewed it a bit too quickly :) Nevertheless, I will add some tests it will make feature clearer on how it's supposed to work, and maybe it will reveal my hallucinations. |
In addition to django admin, do you see a need to expose this feature on the cli ? |
5f2464e
to
123aa2d
Compare
Hm, maybe I have, I'll take some time time and reread through, apologies. |
8b19821
to
4d9ab91
Compare
This is an action manualy invoked that put the job's state back to todo but keep the events history. Only integrated within django (for now)
for more information, see https://pre-commit.ci
0bae760
to
cace783
Compare
Coverage reportClick to see where and how coverage changed
This report was generated by python-coverage-comment-action |
This is an action intended to be manually invoked that put the failed job's state back to
todo
, while keeping the events history.Only integrated within django (for now)
It's an Early submission (draft) for the purpose of getting feedback the maintainers. I would like to get confirmation that's something they'd like to consider, assuming I'll push it through with tests and updated documentation.
only Tested manually on my machine as it is.
Closes N/A
Successful PR Checklist:
PR label(s):