ajvb / kala

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

store job's response #161

Closed dcb9 closed 6 years ago

dcb9 commented 6 years ago

I think the response is a very important information, so i have just implemented!

Wish this will help somebody who wants to store the response body.

ajvb commented 6 years ago

I like this idea, but I'm not sure about storing it in the JSON. I'd prefer storing the output optionally in a log file or similar.

dcb9 commented 6 years ago

Thanks a lot! I'll close this PR and create an issue about it.