Skip to content

fix: Report deadlocked workflows as deadlocked not cancelled - #502

Open
VedantMadane wants to merge 1 commit into
thalesraymond:mainfrom
VedantMadane:fix/issue-77
Open

fix: Report deadlocked workflows as deadlocked not cancelled#502
VedantMadane wants to merge 1 commit into
thalesraymond:mainfrom
VedantMadane:fix/issue-77

Conversation

@VedantMadane

Copy link
Copy Markdown

Summary

Report deadlocked workflows as deadlocked, not cancelled.

Changes

  • Add WORKFLOW_DEADLOCKED constant
  • After the run loop, if abort was not signaled, mark remaining pending tasks deadlocked

Fixes #77

- Add WORKFLOW_DEADLOCKED constant
- After the run loop, if abort was not signaled, mark remaining pending as deadlocked

Fixes thalesraymond#77

Signed-off-by: Vedant Madane <6527493+VedantMadane@users.noreply.github.com>
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.

[Bug]: Deadlocked workflows report as 'Cancelled'

1 participant