I am using celery 3 with django and flower to monitor tasks.
is there any way that if
- my task fail
- then i do some fix in code
- Then i get the task id and then rstart that task
Is it possible
or even a way to manually place any failed task in another queue so that it can be processes again after fixing the cause of it