Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: tim-kos/node-retry
base: f802d9edc2fdbca727d3e368234b6d714db06f8e
Choose a base ref
...
head repository: tim-kos/node-retry
compare: b8e26ea7adda3f11c19086a762d15e95521f3e4e
Choose a head ref
  • 9 commits
  • 5 files changed
  • 9 contributors

Commits on Nov 6, 2018

  1. Fix logical mistake (#61)

    sonicdoe authored and tim-kos committed Nov 6, 2018
    Configuration menu
    Copy the full SHA
    cc0559b View commit details
    Browse the repository at this point in the history
  2. Use SVG for Travis CI badge (#62)

    sonicdoe authored and tim-kos committed Nov 6, 2018
    Configuration menu
    Copy the full SHA
    88548b9 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2020

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

Commits on Mar 6, 2020

  1. Stop retry timer with operation.stop() (#69)

    Fix tim-kos/node-retry/#64
    danielfdsilva committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    c402d77 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2020

  1. Update retry_operation.js (#74)

    Fixed the slice operation so that this comment is true:
    ```
    // retry forever, only keep last error
    ```
    chanced committed Aug 10, 2020
    Configuration menu
    Copy the full SHA
    b316bfc View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2020

  1. Avoid infinite loop and patch exponential backoff edge case (#68)

    * Don't break exponential backoff when minTimeout is zero
    
    * Hope this is how versioning works on this project!
    
    * No more infinite loops when innocently setting retries to Infinity
    gittyeric committed Dec 16, 2020
    Configuration menu
    Copy the full SHA
    bf0ae23 View commit details
    Browse the repository at this point in the history
  2. Handle errors despite timeouts (#71)

    * Ensures that timeouts don't prevent errors from getting into the _errors array.
    
    * Replaces a test that used internal knowledge with a test targeted towards actual use cases.
    
    Co-authored-by: Danny Rivers <drivers@roirevolution.com>
    cdeevfrr and Danny Rivers committed Dec 16, 2020
    Configuration menu
    Copy the full SHA
    a15d08e View commit details
    Browse the repository at this point in the history
  3. fixed retry() and forever (#76)

    * fixed retry()
    
    * fixed forever
    
    * Update package.json
    wizo06 committed Dec 16, 2020
    Configuration menu
    Copy the full SHA
    a7cedfb View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2021

  1. Release 0.13.1

    tim-kos committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    b8e26ea View commit details
    Browse the repository at this point in the history