Hey been working with chancy for a few days and got as far as a working prototype, but now I'm wondering how in docker/kubernetes how I can check a worker is still working - either as a http payload or exec/command running in the container.
Is there a preferred way to check the worker to see if the heartbeat is still ticking and the worker hasn't failed connection to the database to get more jobs from outside the python application?
Hey been working with chancy for a few days and got as far as a working prototype, but now I'm wondering how in docker/kubernetes how I can check a worker is still working - either as a http payload or exec/command running in the container.
Is there a preferred way to check the worker to see if the heartbeat is still ticking and the worker hasn't failed connection to the database to get more jobs from outside the python application?