Skip to content

Disable PostgreSQL statement timeout during migrations

Stan Hu requested to merge disable-statement-timeout into master

Long-running migrations may take more than the timeout allowed by the database. Disable the session's statement timeout to ensure migrations don't get killed prematurely.

Merge request reports