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
I find this confusing. For the go-sdk I made the client to infinitely retry the worker connection to dapr, and I think we should have that behavior on every SDK, I believe python already has it.
cc @philliphoff
runtime 1.13.2 (not tried any other versions)
Expected Behavior
The grpc connection to the workflow runtime will reestablish after the app process (not dapr process) crashes and is restarted.
Actual Behavior
The grpc connection to the workflow runtime does not reestablish after the app process (not dapr process) crashes and is restarted.
Steps to Reproduce the Problem
Pull down my repro here https://github.com/olitomlinson/dapr-workflow-examples
docker compose -f compose-1-instance-3-schedulers.yml build
docker compose -f compose-1-instance-3-schedulers.yml up
app
container in compose - it will be named something likeworkflow-app-a-1
app
container in composeworkflow-app-a-1
and you will see the following error repeating forever :The gRPC server for Durable Task gRPC worker is unavailable. Will continue retrying.
Release Note
RELEASE NOTE:
The text was updated successfully, but these errors were encountered: