We know that the running jobs queue is often not right bc worker crash before updating the status to remove the current job from the jobs queue. Celery doesn't seem to provide the current list of running jobs (but maybe it does?), but somehow we'd like to try to keep this queue synchronized with what's actually happening.
We know that the running jobs queue is often not right bc worker crash before updating the status to remove the current job from the jobs queue. Celery doesn't seem to provide the current list of running jobs (but maybe it does?), but somehow we'd like to try to keep this queue synchronized with what's actually happening.