Replies: 1 comment 1 reply
-
Can you use Web Hooks for this purpose? Sounds like it's exactly what you need. You can also setup universal web hooks for all jobs: https://github.com/jhuckaby/Cronicle/blob/master/docs/Configuration.md#universal_web_hook Cronicle v2 (Orchestra) has MANY more advanced options around web hooks, including when and how they are sent. It should be out later this year (2025). |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Monitoring jobs via third-party successful and failure statuses URL ping services.
For example, it can be an input form for successful and failed URL ping requests.
Case
This may sound absurd, since cnonicle shows processing statuses.
The thing is that I use a third-party services where I monitor the work of the script, if the script was not run for more than 5 minutes, it is displayed in the status, and the main thing is that it can be tracked by my users, not just me.
Right now I just use curl at the end of my script for this purpose.
It looks ugly in my case.
Beta Was this translation helpful? Give feedback.
All reactions