Skip to content

Support retries #11

Description

@withinboredom

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions