ajvb / kala

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

we need an option to store outputs #164

Closed dcb9 closed 6 years ago

dcb9 commented 6 years ago

add an option like this:

POST /job/ 
{
  ... ... 
  "storeOutput": boolean
}

then have to think about how to store the outputs. the easiest way is store it with JobStat See the code

gwoo commented 6 years ago

As of #177 the output is logged to stdout along with other kala log handling.

gwoo commented 6 years ago

Also, this looks like a duplicate of #138. Closing this one in favor of the prior issue.