Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support retries #11

Open
withinboredom opened this issue Aug 18, 2023 · 0 comments
Open

Support retries #11

withinboredom opened this issue Aug 18, 2023 · 0 comments

Comments

@withinboredom
Copy link
Contributor

Errors are currently fairly silent by design until this can be implemented:

  1. Activities and entity calls should be retriable.
  2. A global retry strategy should be able to be configured.

Retry strategies:

  1. on-failure: if a call fails, the activity/call should be automatically retried with exponential backoff.
  2. on-timeout: if there is not any response after a certain amount of time, the activity/call should be automatically retried with exponential backoff.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant