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.
What would be a good way of implementing a k8s health-check function?