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

Retry with options #50

Merged
merged 6 commits into from
Apr 13, 2023
Merged

Retry with options #50

merged 6 commits into from
Apr 13, 2023

Conversation

gearnode
Copy link
Contributor

@gearnode gearnode commented Apr 4, 2023

export default(importContacts, {
  retry: {
    maxAttempts: 10,
    initialInterval: 0.5,
    randomizationFactor: 0.5,
    multiplier: 1.5,
    maxInterval: 60,
  }
})

@changeset-bot
Copy link

changeset-bot bot commented Apr 4, 2023

🦋 Changeset detected

Latest commit: 463ad3e

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@defer/client Minor

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@gearnode gearnode changed the title Add options for retry feature Retry with options Apr 4, 2023
@github-actions
Copy link
Contributor

github-actions bot commented Apr 10, 2023

🚀 Snapshot Release (alpha)

The latest changes of this PR are available as alpha on npm (based on the declared changesets):

Package Version Info
@defer/client 1.3.0-alpha-20230413192620-463ad3e npm ↗︎ unpkg ↗︎

@gearnode gearnode force-pushed the feature-customize-retry branch from f3ad0f1 to 44ca317 Compare April 11, 2023 01:27
@gearnode gearnode merged commit e2b2cd6 into master Apr 13, 2023
@gearnode gearnode deleted the feature-customize-retry branch April 13, 2023 19:29
@github-actions github-actions bot mentioned this pull request Apr 13, 2023
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.

1 participant