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

server: Extract Retry state machine out of run_with_retries #1196

Closed
wants to merge 1 commit into from

Conversation

svix-jplatte
Copy link
Member

For now the state machine is only used for the implementation of run_with_retries, but it will be used directly in the future, to get around control flow analysis issues with run_with_retries.

Extracted out of #1188 because CI is consistently failing there and I'm wondering whether I botched the retry state machine.

For now the state machine is only used for the implementation of
run_with_retries, but it will be used directly in the future, to
get around control flow analysis issues with run_with_retries.
@svix-jplatte svix-jplatte requested a review from a team February 8, 2024 09:37
@svix-jplatte
Copy link
Member Author

Failures in #1188 figured out. It's probably best to merge the commit from the PR as part of that one, not on its own.

@svix-jplatte svix-jplatte deleted the jplatte/retry-state-machine branch February 12, 2024 10:20
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

Successfully merging this pull request may close these issues.

2 participants