django-celery-monitor icon indicating copy to clipboard operation
django-celery-monitor copied to clipboard

Add support for retrying tasks in admin

Open gmuj opened this issue 7 years ago • 2 comments

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.

gmuj avatar May 06 '17 09:05 gmuj

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@5230e4c). Click here to learn what that means. The diff coverage is 44.44%.

Impacted file tree graph

@@          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.

codecov[bot] avatar May 09 '17 17:05 codecov[bot]

In case someone is looking for a Django Admin Action to manually retry Celery tasks, check this

sameerkumar18 avatar Dec 17 '21 05:12 sameerkumar18