Skip to content
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

Implement Dead Man Monitoring #20

Closed
nanos opened this issue Mar 21, 2023 · 0 comments
Closed

Implement Dead Man Monitoring #20

nanos opened this issue Mar 21, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@nanos
Copy link
Owner

nanos commented Mar 21, 2023

Give an option to ping a url when script is complete, which can then integrate for example with https://healthchecks.io.

This can be configured with these options:

Environment Variable Name (if using GitHub Action) Command line flag (if using cron, or the container) Required? Notes
ON_START --on-start No Optionally provide a callback URL that will be pinged when processing is starting. A query parameter rid={uuid} will automatically be appended to uniquely identify each execution.
ON_DONE --on-done No Optionally provide a callback URL that will be called when processing is finished. A query parameter rid={uuid} will automatically be appended to uniquely identify each execution.
ON_FAIL --on-fail No Optionally provide a callback URL that will be called when processing has failed. A query parameter rid={uuid} will automatically be appended to uniquely identify each execution.
@nanos nanos closed this as completed in 586888c Mar 21, 2023
@nanos nanos added the enhancement New feature or request label Mar 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant