Flamenco/cmd
Sybren A. Stüvel 7277286391 Manager: increase 'database open' timeout to 1 minute
Increase the 'database open' timeout from 5 seconds to 1 minute. This
timeout also covers database migrations, and the recently added one that
adds a bunch of `NOT NULL` clauses could time out with the old 5 sec
limit.

The reason this takes long, is that SQLite doesn't directly support
adding `NOT NULL` clauses to columns. The only way to do this is to
create a new table with the desired schema, copy all data over, then
drop the old table. And with a big enough database, this takes time.
2024-03-06 11:50:14 +01:00
..
addon-packer Rename add-on to flamenco-addon.zip 2023-08-01 13:05:02 +02:00
flamenco-manager Manager: increase 'database open' timeout to 1 minute 2024-03-06 11:50:14 +01:00
flamenco-worker Move URLs to the Flamenco website to constants in a dedicated package 2024-01-25 12:25:06 +01:00
job-creator Change Go package name from git.blender.org to projects.blender.org 2023-08-01 12:42:31 +02:00
shaman-checkout-id-setter Change Go package name from git.blender.org to projects.blender.org 2023-08-01 12:42:31 +02:00
sqlc-export-schema Manager: start replacing GORM with SQLC 2024-03-03 20:15:39 +01:00
stresser Change Go package name from git.blender.org to projects.blender.org 2023-08-01 12:42:31 +02:00
update-version update-version: always quote the version number in YAML 2022-09-12 15:55:21 +02:00