Skip to content

Conversation

@neakor
Copy link
Contributor

@neakor neakor commented Feb 20, 2019

This fixes the issue where if a task throws an error during execution, the concurrency limiting semaphore is never signaled. This can halt the entire sequence since no new tasks can continue execution.

Fixes #32

This fixes the issue where if a task throws an error during execution, the concurrency limiting semaphore is never signaled. This can hault the entire sequence since no new tasks can continue execution.
@neakor neakor requested review from rmaz and rudro February 20, 2019 19:17
Copy link
Contributor

@rmaz rmaz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@rudro rudro merged commit 60edf0a into master Feb 20, 2019
@rudro rudro deleted the execution-signal_on_error-master branch February 20, 2019 19:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Execution is blocked if a task throws an error

4 participants