blink icon indicating copy to clipboard operation
blink copied to clipboard

Separate liveness & readiness probes

Open JaneJeon opened this issue 4 years ago • 1 comments

There are a number of "promises" that need to be fulfilled in order for the server to be truly "live" (e.g. passportjs contacting OIDC provider). This would be a good opportunity to extract out all of those promises into one place so that we can 1. await all of them at once, 2. provide a separate live (the process is alive) and readiness (the process is ready to accept requests) probes.

JaneJeon avatar Aug 08 '21 22:08 JaneJeon

Implement this in v2, fuck it

JaneJeon avatar Oct 18 '21 08:10 JaneJeon