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

feat(action): use configurable backoff to wait for action progress #227

Merged
merged 1 commit into from
Feb 6, 2023

Conversation

apricote
Copy link
Member

Using a configurable backoff algorithm to wait for actions allows users to fine tune api-requests versus latency of updates.

Using a longer, potentially exponential backoff allows the user to use less API requests in non-interactive contexts, where they only care about the result of the action, and not progress updates.

Closes #221

Using a configurable backoff algorithm to wait for actions allows users to
fine tune api-requests versus latency of updates.

Using a longer, potentially exponential backoff allows the user to use less
API requests in non-interactive contexts, where they only care about the
result of the action, and not progress updates.
@apricote apricote merged commit 8da6417 into main Feb 6, 2023
@apricote apricote deleted the actions-exponential-backoff branch February 6, 2023 13:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: WaitForAction with Exponential Backoff
2 participants