ajvb/kala

we need an option to store outputs

dcb9 opened this issue · 2 comments

dcb9 commented

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

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

gwoo commented

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