Skip to content

Conversation

@fbac
Copy link
Collaborator

@fbac fbac commented Sep 22, 2025

Disable statement timeout by setting 0 for migration 16 covering index creation in 00016_vector_clock.up.sql

This change inserts a session-level directive before the covering index creation in the migration. It adds SET statement_timeout = 0; and an explanatory comment in 00016_vector_clock.up.sql.

📍Where to Start

Start with the session configuration at the top of 00016_vector_clock.up.sql to review the SET statement_timeout = 0; addition.


Macroscope summarized 50e4991.

@fbac fbac requested a review from a team as a code owner September 22, 2025 13:23
@graphite-app
Copy link

graphite-app bot commented Sep 22, 2025

How to use the Graphite Merge Queue

Add either label to this PR to merge it via the merge queue:

  • Queue - adds this PR to the back of the merge queue
  • Hotfix - for urgent hot fixes, skip the queue and merge this PR next

You must have a Graphite account in order to use the merge queue. Sign up using this link.

An organization admin has enabled the Graphite Merge Queue in this repository.

Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue.

@fbac fbac merged commit addeb15 into main Sep 22, 2025
11 checks passed
@fbac fbac deleted the 09-22-sql_timeout branch September 22, 2025 13:39
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.

3 participants