-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Errors are currently fairly silent by design until this can be implemented:
- Activities and entity calls should be retriable.
- A global retry strategy should be able to be configured.
Retry strategies:
- on-failure: if a call fails, the activity/call should be automatically retried with exponential backoff.
- on-timeout: if there is not any response after a certain amount of time, the activity/call should be automatically retried with exponential backoff.
Metadata
Metadata
Assignees
Labels
No labels