Skip to content

Commit 61b7dde

Browse files
Raise timeout of migrations pre-start script to allow initial ddl to finish
1 parent 2aa8285 commit 61b7dde

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nix/modules/default/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,9 +251,9 @@ in
251251
ExecStart = "${cfg.package}/bin/apply-migrations";
252252
Type = "oneshot";
253253
RemainAfterExit = true;
254-
TimeoutStartSec = 15;
254+
TimeoutStartSec = 45;
255255
RestartSec = 1;
256-
StartLimitBurst = 15;
256+
StartLimitBurst = 10;
257257
};
258258
};
259259

0 commit comments

Comments
 (0)