Sameer Kumar
Sameer Kumar
In case this helps anyone - Here's a Django Admin Action I've created to Retry Celery Tasks directly from Django Admin - https://gist.github.com/sameerkumar18/e792fa6026e063eaef695b3c271959e6 In simple terms, this overrides Django-celery-results' Admin...
In case someone is looking for a Django Admin Action to manually retry Celery tasks, check [this](https://medium.com/@sameer_kumar/celery-django-admin-action-to-manually-retry-tasks-90b8013b0b8f)
Hey @commitblue and @Biack1st - Appreciate your feedback! I'm currently occupied with a few other projects. Would appreciate it if someone could contribute with a PR :) TIA!
Any update here @nunomaduro ?