django-celery-monitor
django-celery-monitor copied to clipboard
When using stopwait, tasks remain STARTED
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.
Can you elaborate how to reproduce this?
I think it might be a bug in celery itself. Not sure. More info here: https://github.com/celery/celery/issues/4391