cooperspencer / gickup

https://cooperspencer.github.io/gickup-documentation/
Apache License 2.0
962 stars 34 forks source link

feat: Support multiple heartbeat URLs #109

Closed jordancrawfordnz closed 2 years ago

jordancrawfordnz commented 2 years ago

100 introduced heartbeat support but only supported one URL. This PR was closed, however I've re-introduced this feature and added support for multiple heartbeat URLs as discussed in the #100 discussion.

I've brought #100 up to speed with the latest main branch, and added support for multiple heartbeat URLs.

This also resolves #108 which is a feature request for the heartbeat feature.

jordancrawfordnz commented 2 years ago

In terms of testing, I've confirmed that this works when no URLs are configured, and confirmed I can hit multiple URLs upon a successful backup (including when running on a cron schedule).

Please let me know if there's anything else you'd like me to add or change!