msfjarvis / healthchecks-rs

Simple Rust library to interact with healthchecks.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Restore retry mechanism from healthchecks v1

msfjarvis opened this issue · comments

The healthchecks library upgraded to ureq 2.0 as part of the healthchecks 2.0 release, missing a crucial feature: retries. The pings module still contains remnants of that code. Bringing it back is a nice to have option for resilience.

I'd like to give this a try.