ajvb / kala

Modern Job Scheduler
MIT License
2.13k stars 187 forks source link

Job output should be able to be saved to db if requested #138

Closed levrado closed 4 years ago

levrado commented 7 years ago

I think a nice feature would be adding an optional field to new job request that will save the output of the command in the db, that can be accessed later by /api/v1/job/<id>/output

what do you feel about that?

ajvb commented 7 years ago

I like this concept. I think having a boolean field on Job called something list PersistOutput would be great.

wuranxu commented 6 years ago

Hi~ I'd like to get the output of command, what should I do ? I have tried to make a request "post /api/v1/job/start/{id}" but there is not any response, waiting for your reply, thanks a lot.