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

Add resubmit method to Job class #5

Open
MikeDacre opened this issue Jun 28, 2016 · 1 comment
Open

Add resubmit method to Job class #5

MikeDacre opened this issue Jun 28, 2016 · 1 comment
Assignees
Milestone

Comments

@MikeDacre
Copy link
Owner

Right now the flow of the Job submission process comes to a natural end at job completion. There is no real need for this.

Instead:

  • Option to resubmit should be instantly responsive for all failed jobs
  • It should ask for confirmation if job succeeded
  • It should refuse to continue (without raising an Exception) if the job is currently queued or running, job must be cancelled first.

This should work naturally with the fix to Issue #4 so that the user can update attributes and then resubmit the job.

@MikeDacre MikeDacre added this to the 0.7.0 milestone Jun 28, 2016
@MikeDacre MikeDacre self-assigned this Jun 28, 2016
@MikeDacre
Copy link
Owner Author

Done in 0.6.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant