cadence-client icon indicating copy to clipboard operation
cadence-client copied to clipboard

Adjust rpc retries for Poll API to account for Cadence Server Deployments

Open samarabbas opened this issue 6 years ago • 0 comments

Default retry policy for Cadence client is designed to allow for higher retries and availability during Cadence server restarts. We need to do the same for Poll APIs otherwise it results in higher schedule-to-start latencies causing workflow timeouts for short lived workflows.

Related issue: #310

samarabbas avatar Jun 17 '19 22:06 samarabbas