running jobs via HTTP asynchronously #713
Unanswered
agurnani-mwh
asked this question in
Q&A
Replies: 1 comment
-
You need to write a Plugin to handle a custom case like that: https://github.com/jhuckaby/Cronicle/blob/master/docs/Plugins.md |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
HTTP plugin allows me to submit an HTTP request. I want to know if I can receive a job response asynchronously. For long running jobs, the http endpoint will spawn a thread and return a response of 200 before the job is done and then when the job is done, I want to respond back to Cronicle so it can do all the other cool things (like update job status, notify users of success/fail, kick of the next job in chain etc.)
so far I have not found any way to do that. Any help will be greatly appreciated.
Regards
Anil
Beta Was this translation helpful? Give feedback.
All reactions