django-q
                                
                                 django-q copied to clipboard
                                
                                    django-q copied to clipboard
                            
                            
                            
                        How to tell the qcluster to resume died jobs?
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.