django-q icon indicating copy to clipboard operation
django-q copied to clipboard

How to tell the qcluster to resume died jobs?

Open sparrow242 opened this issue 4 years ago • 1 comments

Is there a proper way to let died job rerun if the cluster died and is up again?

For example: The django project and the qcluster lives in a docker container. There is currently a long job executed by the qcluster and the docker container is rebuilt and deployed - the qcluster is shutted down and restarted.

I tested that case by having a long running oneshot task and killed the qcluster hart on my local windows machine. After the qcluster restarts, it is not restart the oneshot job.

sparrow242 avatar Jul 05 '21 15:07 sparrow242