Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Script to add failed tasks to queue again in case of power outage #123

Open
CrimsonGlory opened this issue Mar 5, 2017 · 0 comments
Open

Comments

@CrimsonGlory
Copy link
Collaborator

The script should:

  • List all the tasks that had not finished (date_ended is null) (Group A)
  • List all the tasks that are currently on the queue (Group B)
  • List all the tasks that are currently handled by a worker (Group C)
  • Add (Group A - Group B - Group C) to queue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant