rhettg / Tron

Next generation batch process scheduling and management
Other
11 stars 0 forks source link

Add concept of 'resume' and 'restart' to failed job runs #24

Closed mtai closed 13 years ago

mtai commented 13 years ago

Sometimes a job run has failed. We'll want a way for tronctl to "resume" a job and have it run all failed/queued actions. "restart" would have the semantics of clearing out the entire run's data and retrying.

mtytel commented 13 years ago

Done. start -> continues the job restart -> what it sounds like