temporalio / sdk-core

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

Explicit activity retry delays for local activites #747

Closed Sushisource closed 4 months ago

Sushisource commented 4 months ago

What was changed

Allow explicit configuration of next retry backoff for LAs

Why?

Parity with normal activities

Checklist

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

  2. How was this tested: Added tests

  3. Any docs updates needed?