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

run: fix: run not aborted when task execution fails #616

Merged
merged 1 commit into from
Nov 12, 2024
Merged

Conversation

fho
Copy link
Collaborator

@fho fho commented Nov 12, 2024

baur does not terminate when it runs multiple tasks and the execution of one failed.
This is the intended behavior but the check in the TaskRunner is missing, add it.

Closes #609

baur does not terminate when it runs multiple tasks and the execution of
one failed.
This is the intended behavior but the check in the TaskRunner is
missing, add it.
@fho fho self-assigned this Nov 12, 2024
@fho fho marked this pull request as ready for review November 12, 2024 12:04
@fho fho merged commit 0c655e2 into main Nov 12, 2024
6 checks passed
@fho fho deleted the fix_task_not_aborted branch November 12, 2024 12:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

baur run: execution is not aborted when running a task failed
1 participant