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(repeat): now has configurable delay #6640

Merged
merged 2 commits into from Dec 27, 2021

Commits on Oct 14, 2021

  1. feat(repeat): now has configurable delay

    Adds a feature to `repeat` to match the configurable API of `retry`.
    `repeat` can now be used in a similar manner to `repeatWhen`, only
    perhaps in a more developer-friendly way.
    
    - Also updates `repeat` tests to use run mode.
    benlesh committed Oct 14, 2021
    Copy the full SHA
    d346dbe View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2021

  1. Copy the full SHA
    d2ef4a9 View commit details
    Browse the repository at this point in the history