-
Notifications
You must be signed in to change notification settings - Fork 391
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Get running jobs API #261
Comments
I'm so sorry, but there is not. I will add this to the TODO list and get it done as soon as possible. |
No need to apologize @jhuckaby , if you want to provide any pointers maybe someone could make a PR? |
No need for a PR, it's a one-liner change, I just need to update the docs. I'll get it done tonight. I'm just stuck at my day job at the moment. I'll have a release ETA 8 PM PST.
- Joe
Joseph Huckaby
jhuckaby@gmail.com
… On Feb 13, 2020, at 11:06 AM, servo1x ***@***.***> wrote:
No need to apologize @jhuckaby <https://github.com/jhuckaby> , if you want to provide any pointers maybe someone could make a PR?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <#261?email_source=notifications&email_token=AAFLCXKLZ4PBSNM5EGSJNGDRCWK3PA5CNFSM4KUYVDQKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOELWHL5A#issuecomment-585922036>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AAFLCXP3ERYZGAIOB7ET6HTRCWK3PANCNFSM4KUYVDQA>.
|
Thank you so much! 👍 |
Okay, I just dropped Version 0.8.42 which has the requested API. Have fun! Docs: https://github.com/jhuckaby/Cronicle#get_active_jobs get_active_jobs
This fetches status for all active jobs, and returns them all at once. It takes no parameters (except an API Key of course). The response format is as follows: {
"code": 0,
"jobs": {
"jk6lmar4c01": {
...
},
"jk6lmar4d04": {
...
}
}
} In addition to the Standard Response Format, the response object will contain a |
Hi,
Is there an API endpoint to get all running jobs (even ones started manually)?
Thanks!
The text was updated successfully, but these errors were encountered: