You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The workflow worker appears to be failing to connect to temporal and my k8s cluster kills the pod due to Liveness/Readiness failing. Within Temporal, I do see the workflows scheduled however.
{"level":"error","message":"Ran into error when scheduling UpdateTimedOutWorkflows Error: Failed to connect before the deadline","timestamp":"2023-07-17T20:17:08.541Z"}
/snapshot/retool_development/node_modules/@temporalio/client/node_modules/@grpc/grpc-js/build/src/client.js:77
callback(new Error('Failed to connect before the deadline'));
^
Error: Failed to connect before the deadline
at checkState (/snapshot/retool_development/node_modules/@temporalio/client/node_modules/@grpc/grpc-js/build/src/client.js:77:26)
at Timeout._onTimeout (/snapshot/retool_development/node_modules/@temporalio/client/node_modules/@grpc/grpc-js/build/src/channel.js:525:17)
at listOnTimeout (node:internal/timers:559:17)
at processTimers (node:internal/timers:502:7)
The workflow worker appears to be failing to connect to temporal and my k8s cluster kills the pod due to Liveness/Readiness failing. Within Temporal, I do see the workflows scheduled however.
In the logs I also see
Indicating a successful connection to Temporal, however the readiness/liveness probes never become healthy.
values.yaml
The text was updated successfully, but these errors were encountered: