PremoWeb / chadburn

Chadburn is a scheduler alternative to cron, built on Go and designed for Docker environments.
MIT License
36 stars 4 forks source link

Feature request: Job monitoring via healthchecks.io #55

Closed mrclschstr closed 1 year ago

mrclschstr commented 1 year ago

It would be very handy to monitor scheduled jobs via healthchecks.io. I could image a global configuration like diun, for example (see: https://crazymax.dev/diun/config/watch/?h=healthchecks.io#healthchecks) or monitoring on a per-job basis.

What's your opinion about this?