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
Is your feature request related to a problem? Please describe.
This feature request would help making the grpc connections to dapr more reliable. I'm suggesting to either configure a default keepalive on the grpc connections or add a config option to enable keepalives.
Specifically thinking of the workflows SDK, the grpc streamed connection would benefit from keepalives. The long lived grpc streamed connections used in workflows is key for the correct function of workflows, so my understanding is that by using keepalives we would make the grpc connection to stay healthy for longer periods of time.
Describe the solution you'd like
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
This feature request would help making the grpc connections to dapr more reliable. I'm suggesting to either configure a default keepalive on the grpc connections or add a config option to enable keepalives.
Specifically thinking of the workflows SDK, the grpc streamed connection would benefit from keepalives. The long lived grpc streamed connections used in workflows is key for the correct function of workflows, so my understanding is that by using keepalives we would make the grpc connection to stay healthy for longer periods of time.
Describe the solution you'd like
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: