Skip to content

Conversation

@loicmathieu
Copy link
Member

When an execution is queued in the JDBC backend, a record is inserted inside the execution_queued table, we must remove this record when we unqeue an execution.

Fixes #8448

When an execution is queued in the JDBC backend, a record is inserted inside the execution_queued table, we must remove this record when we unqeue an execution.

Fixes #8448
@github-project-automation github-project-automation bot moved this to To review in Pull Requests Apr 22, 2025
@loicmathieu loicmathieu requested review from a team, Skraye and nkwiatkowski and removed request for Skraye April 22, 2025 13:51
Copy link
Contributor

@nkwiatkowski nkwiatkowski left a comment

Choose a reason for hiding this comment

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

LGTM

@loicmathieu loicmathieu merged commit 3105ddc into develop Apr 23, 2025
3 of 4 checks passed
@github-project-automation github-project-automation bot moved this from To review to Done in Pull Requests Apr 23, 2025
@loicmathieu loicmathieu deleted the fix/unuqueue-execution branch April 23, 2025 09:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

Force-running a QUEUED Execution can crash the app once that execution finishes (NPE)

3 participants