Skip to content

Seeder timeouts

Andreas Brandl requested to merge ab/seeder-timeout into master

What does this MR do?

gitlab-development-kit!1565 (merged) introduced a query statement_timeout for Postgres in development environment. Now this causes issues with seeding the database in MASS_INSERT=1 mode, since those queries take a long time to complete.

The quick fix here is to disable the statement timeout for the seeding process.

See #258582 (closed).

Does this MR meet the acceptance criteria?

Conformity

Edited by Andreas Brandl

Merge request reports