adamkewley / jobson

A platform for transforming command-line applications into a job service.
Apache License 2.0
256 stars 20 forks source link

Investigate collecting outputs as the job runs #41

Closed adamkewley closed 5 years ago

adamkewley commented 6 years ago

Another use-case is that developers want to see other (non stdout or stderr) outputs as they happen. For example, if a job writes a plot as the job is running, it would be useful if Jobson can echo + persist that while the job is running. Currently, Jobson only collected stdout+stderr at runtime and waits until a job exits to collect other outputs.

adamkewley commented 5 years ago

Kicked back until after 1.0.0