Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Disable statement timeout whilst purging rooms#16455

Merged
reivilibre merged 3 commits intodevelopfrom
rei/purge_stmt_timeout
Oct 9, 2023
Merged

Disable statement timeout whilst purging rooms#16455
reivilibre merged 3 commits intodevelopfrom
rei/purge_stmt_timeout

Conversation

@reivilibre
Copy link
Contributor

@reivilibre reivilibre commented Oct 9, 2023

Fixes: #16322
Issue introduced by: #15853

Base: develop

Original commit schedule, with full messages:

  1. Disable statement timeout whilst purging rooms

Signed-off-by: Olivier Wilkinson (reivilibre) <oliverw@matrix.org>
@reivilibre reivilibre requested a review from a team as a code owner October 9, 2023 09:45
@@ -0,0 +1 @@
Prevent the purging of large rooms from timing out when Postgres is in use. No newline at end of file
Copy link
Contributor

Choose a reason for hiding this comment

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

Do we know when this was introduced?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

good point!

@reivilibre reivilibre enabled auto-merge (squash) October 9, 2023 13:04
@reivilibre reivilibre disabled auto-merge October 9, 2023 14:41
@reivilibre reivilibre merged commit 8902b30 into develop Oct 9, 2023
@reivilibre reivilibre deleted the rei/purge_stmt_timeout branch October 9, 2023 14:41
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Purging rooms can be cancelled by the Postgres statement timeout

2 participants