Skip to content

Allow concurrent run and TERMINATING jobs processing#3641

Merged
r4victor merged 2 commits intomasterfrom
pr_terminating_jobs_run_lock
Mar 9, 2026
Merged

Allow concurrent run and TERMINATING jobs processing#3641
r4victor merged 2 commits intomasterfrom
pr_terminating_jobs_run_lock

Conversation

@r4victor
Copy link
Collaborator

@r4victor r4victor commented Mar 9, 2026

This PR updates run processing so that it no longer updates TERMINATING jobs. This was previously needed to override jobs termination reasons in case of abort and trigger force volume detach. Now, force detach logic looks at run termination reason instead. Two benefits:

  • Original job termination reasons is preserved.
  • Run and TERMINATING jobs can now be processed concurrently. This is mostly needed to simplify locking of the upcoming TerminatingJobPipeline and RunPipeline.

@r4victor r4victor merged commit c022fe4 into master Mar 9, 2026
26 checks passed
@r4victor r4victor deleted the pr_terminating_jobs_run_lock branch March 9, 2026 07:40
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