Skip to content

Conversation

@groue
Copy link
Owner

@groue groue commented Jul 23, 2025

This PR fixes a race condition introduced in v7.6.0 that could cancel a database access when an unrelated task is cancelled.

…se accesses after database accesses has completed

Before this change, cancelling a database access could cancel *another* database access 😱
@groue groue added the bug label Jul 23, 2025
@groue groue merged commit 1622b72 into development Jul 23, 2025
8 checks passed
@groue groue deleted the dev/cancellation-fix branch July 23, 2025 11:24
groue added a commit that referenced this pull request Jul 26, 2025
groue added a commit that referenced this pull request Aug 19, 2025
groue added a commit that referenced this pull request Sep 10, 2025
This complements #1797 by making sure read-only transactions complete correctly, even if the task is cancelled.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants