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

Add idempotent requests #546

Merged
merged 5 commits into from
Sep 24, 2019
Merged

Add idempotent requests #546

merged 5 commits into from
Sep 24, 2019

Conversation

snewcomer
Copy link
Collaborator

@snewcomer snewcomer commented Sep 24, 2019

close #443 updated with master. Was hard to resolve all merge conflicts. Thank you @ishikawa

@coveralls
Copy link

coveralls commented Sep 24, 2019

Coverage Status

Coverage increased (+0.01%) to 88.467% when pulling c740949 on sn/indempotent into 5131a67 on master.

@snewcomer snewcomer changed the title Add indempotent requests Add idempotent requests Sep 24, 2019
@snewcomer snewcomer merged commit 810a410 into master Sep 24, 2019
@snewcomer snewcomer deleted the sn/indempotent branch September 24, 2019 23:25
@sheharyarn
Copy link
Contributor

sheharyarn commented Oct 2, 2019

How do we configure this? Am I correct in assuming this would be the correct config for this:

config :stripity_stripe,
  ...
  retries: [
    max_attempts: 3,
    base_backoff: 500,
    max_backoff: 2000
  ],
  ...

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.

3 participants