Right now, a mutex is used when registering checks.
I'd like to be able to run multiple replicas and have the check only run once among all of the replicas per time period.
This can be achieved by:
- Storing the healthz data in redis
- Using a redis lock to coordinate checks