You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
readTimeout=8*time.Hour// TODO: make this user configurable
It would be nice to set this as part of the playbook, given that different playbooks might have very different timeout expectations (a CREATE TABLE DDL versus a full database VACUUM).
The text was updated successfully, but these errors were encountered:
Currently it's hard-coded to 8 hours:
sql-runner/sql_runner/postgres_target.go
Line 25 in 0ae72da
It would be nice to set this as part of the playbook, given that different playbooks might have very different timeout expectations (a
CREATE TABLE
DDL versus a full databaseVACUUM
).The text was updated successfully, but these errors were encountered: