rhettg / Tron

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

Re-think restarting jobs #58

Closed rhettg closed 12 years ago

rhettg commented 13 years ago

Rather than restart, it might be easier conceptually to be required to re-schedule with a run-date

Something like:

tronctl start my_job --run-date=2010-02-28

And then disable the ability to start a job that has already failed. It would likely be convinient to have other options for manual control like '--node'

rhettg commented 12 years ago

Still need node, support, but otherwise this is supported.