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 filter option to retry() and retryable(). PR for #1256. #1261

Merged
merged 4 commits into from Aug 8, 2016
Merged

add filter option to retry() and retryable(). PR for #1256. #1261

merged 4 commits into from Aug 8, 2016

Commits on Aug 2, 2016

  1. add filter option to retry() and retryable() to allow for error filte…

    …ring and control of retry flow. Resolves #1256.
    bojand committed Aug 2, 2016
    Copy the full SHA
    cbc5b4f View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2016

  1. changed the error test function to continueOperation. improved commen…

    …t documentation and fixed code based on PR feedback.
    bojand committed Aug 3, 2016
    Copy the full SHA
    0337ee0 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2016

  1. rename the new retry option to errorFilter and consolidate retry atte…

    …mpt condition into one statement
    bojand committed Aug 5, 2016
    Copy the full SHA
    0af976c View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2016

  1. fix errorFilter comment to reflect that we only pass err argument. Re…

    …moved setTimeout from retryable tests
    bojand committed Aug 8, 2016
    Copy the full SHA
    4367751 View commit details
    Browse the repository at this point in the history