How to set-up liveness and readiness probes for Dramatiq worker pods
I want to set-up liveness and readiness probes for Dramatiq worker pods. By default, the workers do not run an http server, not listen to TCP connections, so defining a health/readiness http endpoints will not work.
How to set-up liveness and readiness probes for Dramatiq worker pods
I want to set-up liveness and readiness probes for Dramatiq worker pods. By default, the workers do not run an http server, not listen to TCP connections, so defining a health/readiness http endpoints will not work.