summaryrefslogtreecommitdiff
path: root/lib/retry.js
Commit message (Expand)AuthorAgeFilesLines
* be explicit (#1769)Jimmy Wärting2021-11-161-2/+2
* fix: send proper retry count to retry's interaval func (#1621)Alex Early2019-02-131-1/+1
* feat: await-able Async methods (#1572)Alex Early2018-09-301-3/+5
* ES6-ify codebase (#1553)Alex Early2018-07-081-21/+21
* feat: Canceling flows (#1542)Alex Early2018-07-011-0/+1
* Drop constantFederico Brigante2018-04-191-1/+6
* Drop noopFederico Brigante2018-04-191-1/+1
* clarify retry vs retryable in docs. closes #1450Alexander Early2017-07-161-2/+2
* use the AsyncFunction type in all docs :sweat:Alexander Early2017-04-011-7/+5
* handle async funcs in control flow methodsAlexander Early2017-03-251-1/+4
* fix errorFilter comment to reflect that we only pass err argument. Removed se...Bojan Djurkovic2016-08-081-1/+1
* rename the new retry option to errorFilter and consolidate retry attempt cond...Bojan Djurkovic2016-08-041-15/+11
* changed the error test function to continueOperation. improved comment docume...Bojan Djurkovic2016-08-031-13/+9
* add filter option to retry() and retryable() to allow for error filtering and...Bojan Djurkovic2016-08-021-2/+29
* Retry passes all arguments to callbackGraeme Yeates2016-07-121-2/+2
* #1226, make retry interval asynchronousasync-retry-intervalGraeme Yeates2016-07-111-34/+10
* Genetate import path using jsdoc pluginGraeme Yeates2016-06-291-3/+0
* jsdocs: using proxy modules as categories, modifying minami themeHubert Argasinski2016-06-291-1/+4
* Initial jsdoc documentation (using minami template)Hubert Argasinski2016-06-291-1/+2
* fix new lint errorsAlexander Early2016-06-071-8/+8
* Remove redundant "use strict" directive as ES2015 modules are implicitly in s...John-David Dalton2016-05-311-2/+0
* Add docs for retry interval functionAlex Ianus2016-05-211-2/+14
* Style fixesAlex Ianus2016-05-211-12/+5
* Allow custom retry intervalAlex Ianus2016-05-181-8/+18
* jsdoc-style documentation for `Control Flow` methodsHubert Argasinski2016-04-121-0/+57
* make callback optional in retry, refactor a bitretry-optional-callbackAlexander Early2016-03-071-46/+44
* Fix implementations (test green lights)Graeme Yeates2015-12-291-6/+6
* [WIP] modularization (#984)Graeme Yeates2015-12-291-0/+77