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
We have no exponential backoff on WorkflowExecutionUtils#getInstanceCloseEvent and we should add it to avoid clients hammering the server in case of server/network outage.
Proposal:
add backoffCoefficient
set maximumInterval into a reasonable value to limit the backoff
implement #652 to allow users who are using workflow stub proxies to pass reasonable timeout into WorkflowExecutionUtils#getInstanceCloseEvent
The text was updated successfully, but these errors were encountered:
We have no exponential backoff on
WorkflowExecutionUtils#getInstanceCloseEvent
and we should add it to avoid clients hammering the server in case of server/network outage.Proposal:
add backoffCoefficient
set maximumInterval into a reasonable value to limit the backoff
implement #652 to allow users who are using workflow stub proxies to pass reasonable timeout into WorkflowExecutionUtils#getInstanceCloseEvent
The text was updated successfully, but these errors were encountered: