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 connection pooling w/ retries using idempotency keys #176

Open
stearnsc opened this issue Apr 28, 2021 · 0 comments
Open

Support connection pooling w/ retries using idempotency keys #176

stearnsc opened this issue Apr 28, 2021 · 0 comments

Comments

@stearnsc
Copy link
Member

Currently stripe can and will close a connection at any time (e.g. if they're deploying to a server). This makes connection pooling difficult, as we hit a race condition in hyper (#173, hyperium/hyper#2136).

In order to support robust connection pooling, we therefore need to have retries. In order to support retries, we need idempotent requests (#129).

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