django-celery-monitor
django-celery-monitor copied to clipboard
Add support for retrying tasks in admin
Hi, I have been using this code to retry tasks from admin within the old django-celery library. Maybe other people will find this useful.
Codecov Report
:exclamation: No coverage uploaded for pull request base (
master@5230e4c
). Click here to learn what that means. The diff coverage is44.44%
.
@@ Coverage Diff @@
## master #2 +/- ##
======================================
Coverage ? 73%
======================================
Files ? 10
Lines ? 426
Branches ? 54
======================================
Hits ? 311
Misses ? 111
Partials ? 4
Impacted Files | Coverage Δ | |
---|---|---|
django_celery_monitor/admin.py | 53.07% <44.44%> (ø) |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 5230e4c...5d69975. Read the comment docs.
In case someone is looking for a Django Admin Action to manually retry Celery tasks, check this