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

When using stopwait, tasks remain STARTED

Open fredley opened this issue 7 years ago • 2 comments

When I use stopwait to stop running workers, it waits correctly, but the last task to run does not get its status updated to SUCCESS, it remains STARTED, even when workers and camera are restarted.

fredley avatar Nov 15 '17 14:11 fredley

Can you elaborate how to reproduce this?

jezdez avatar Nov 27 '17 15:11 jezdez

I think it might be a bug in celery itself. Not sure. More info here: https://github.com/celery/celery/issues/4391

fredley avatar Nov 27 '17 15:11 fredley