Skip to content

Commit

Permalink
Respect retries and master timeout when task resolves
Browse files Browse the repository at this point in the history
Fixed 2 issues for the situation where a task resolves instead of rejects and the call to `shouldContinue` returns true
1. If the `masterTimeout` time has been exceeded, it will now reject the promise.
2. It will now check if there are retries remaining and reject if there are no retries remaining or else decrement remaining retries

Resolves [this issue](#16).
  • Loading branch information
Jackman3005 committed Aug 27, 2022
1 parent d57cde9 commit 0f5e52b
Show file tree
Hide file tree
Showing 3 changed files with 6,943 additions and 28 deletions.
Loading

0 comments on commit 0f5e52b

Please sign in to comment.