temporalio / sdk-core

Core Temporal SDK that can be used as a base for language specific Temporal SDKs
MIT License
250 stars 68 forks source link

Make grpc retries eventually turn into error messages #758

Closed Sushisource closed 1 month ago

Sushisource commented 1 month ago

What was changed

For calls that can retry forever (polling), eventually start logging errors if retrying has been going on for a while

Why?

More obvious for users who have alerting set up on error lines

Checklist

  1. Closes https://github.com/temporalio/sdk-core/issues/704

  2. How was this tested:

  3. Any docs updates needed?