cadence-client
cadence-client copied to clipboard
Adjust rpc retries for Poll API to account for Cadence Server Deployments
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