rhettg / Tron

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

tron command line tools #5

Closed rhettg closed 14 years ago

rhettg commented 14 years ago

tronview exists, but is pretty primitive.

Let's extend it to have more detailed output of jobs and runs.

Also, we'll need a tronctl which can queue and start runs.

rhettg commented 14 years ago

There is now tronview and tronctl

Gives basic support for viewing jobs and runs. tronctl has support for scheduling (or rescheduling) upcoming runs as well has forcing the start on those runs.

More features will be more specific tickets. The basics and framework for adding more commands is there.