Skip to content

Support connection pooling w/ retries using idempotency keys #176

@stearnsc

Description

@stearnsc

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).

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