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

feat: implement WithInfiniteRetry() option #38

Merged
merged 5 commits into from
Dec 13, 2023
Merged

Commits on Dec 4, 2023

  1. feat: implement WithInfiniteRetry() option

    - Offer the possibility to retry indefinitely with the last backoff duration set
    - Works with any backoff duration strategy
    - Add a 'retries' parameters to the function passed into RunCtx() args, so that the called function know the number of current retries
    lbcPolo committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    fdb9523 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. Update go.mod

    maximebeckman committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    70ab61c View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. Revert "Update go.mod"

    This reverts commit 70ab61c.
    lbcPolo committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    42cb227 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1d4a97f View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. Configuration menu
    Copy the full SHA
    3c5b8c6 View commit details
    Browse the repository at this point in the history