Replies: 2 comments 4 replies
-
There is gRPC Health Checking, only if Camunda supports it (really don't know). The only thing I can think of is gRPC interceptors which then generate metrics and could be published via an api. These projects could help. Do you plan on implementing the workers with a Framework like FastAPI ? |
Beta Was this translation helpful? Give feedback.
-
I fixed |
Beta Was this translation helpful? Give feedback.
-
We intent to run pyzeebe workers as Kubernetes pods and would like to provide readiness and liveness probes to Kubernetes. Is there some (recommended) way to implement these probes?
Beta Was this translation helpful? Give feedback.
All reactions