How to implement liveness and readiness in Python Temporal application

I am afraid I do not have any timelines at this time. But can watch the issue for updates.

1 Like

@Chad_Retz I enabled the Telemetry and am using the temporal_num_pollers metric to check whether the worker is ready to serve.
If everything is fine then the value of temporal_num_pollers is greater than 0. In the case of an issue, its value is 0.
If we are getting this issue [Bug] Worker hangs after polling error · Issue #459 · temporalio/sdk-python · GitHub, then only it works. With the help of temporal_num_pollers we can implement liveness and readiness checks.