mcuadros / ofelia

A docker job scheduler (aka. crontab for docker)
MIT License
3.06k stars 175 forks source link

Display output of jobs #32

Open sroze opened 7 years ago

sroze commented 7 years ago

Is there any way of outputing the output of ran jobs (especially thinking about the local jobs here) to the console?

Thank you,

mossad-zika commented 5 years ago

+1, current behavor is useless

remotezygote commented 5 years ago

Without this we will have to abandon ofelia. I can't fathom why this is not a standard, table stakes "feature".

kerphi commented 5 years ago

Is this feature implemented in your fork @Trane9991 ?

taraspos commented 5 years ago

@kerphi yup, it is.

ashleysommer commented 4 years ago

I see output of jobs on my console, but all of the output comes right when the job finishes.

For example when I run a process which takes 5 minutes to complete, and it generates hundreds of lines of output, I don't see any output until when the process exits, then all of the output is displayed at once.

Is there a way for ofelia to pipe output to the console while the job is running?