File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
packages/cli-v3/templates Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,10 @@ export default defineConfig({
44 project: "${projectRef}",
55 runtime: "${runtime}",
66 logLevel: "log",
7- // Set the maxDuration to 300 seconds for all tasks. See https://trigger.dev/docs/runs/max-duration
8- // maxDuration: 300,
7+ // The max compute seconds a task is allowed to run. If the task run exceeds this duration, it will be stopped.
8+ // You can override this on an individual task.
9+ // See https://trigger.dev/docs/runs/max-duration
10+ maxDuration: 3600,
911 retries: {
1012 enabledInDev: true,
1113 default: {
Original file line number Diff line number Diff line change @@ -4,8 +4,10 @@ export default defineConfig({
44 project: "${projectRef}",
55 runtime: "${runtime}",
66 logLevel: "log",
7- // Set the maxDuration to 300 seconds for all tasks. See https://trigger.dev/docs/runs/max-duration
8- // maxDuration: 300,
7+ // The max compute seconds a task is allowed to run. If the task run exceeds this duration, it will be stopped.
8+ // You can override this on an individual task.
9+ // See https://trigger.dev/docs/runs/max-duration
10+ maxDuration: 3600,
911 retries: {
1012 enabledInDev: true,
1113 default: {
You can’t perform that action at this time.
0 commit comments