temporalio / sdk-python

Temporal Python SDK
MIT License
457 stars 68 forks source link

Support activity retry delay #571

Closed dandavison closed 1 month ago

dandavison commented 3 months ago

Fixes #468

Support setting next_retry_delay when raising ApplicationError from activity code.

Evidence that this is correct

PR contains an integration test.