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

Fix tasks stuck in CANCELLING #328

Merged
merged 1 commit into from
Jul 17, 2024
Merged

Conversation

Dany9966
Copy link
Contributor

Fixes an issue where executions would get stuck in CANCELLING status because execution state advancement occurred before actually setting the parent task as CANCELED. The advancement method would not unschedule child tasks while parent tasks are in active states (such as CANCELLING), therefore the execution would never transition into ERROR or CANCELED state.

Fixes an issue where executions would get stuck in `CANCELLING` status
because execution state advancement occurred before actually setting the
parent task as `CANCELED`. The advancement method would not unschedule child
tasks while parent tasks are in active states (such as `CANCELLING`), therefore
the execution would never transition into `ERROR` or `CANCELED` state.
@Dany9966 Dany9966 merged commit 6869302 into cloudbase:master Jul 17, 2024
4 checks passed
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.

1 participant