We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 598ee90 + 4862aae commit 5430d3aCopy full SHA for 5430d3a
1 file changed
apps/app/src/trigger/tasks/cloud-security/remediate-preview.ts
@@ -24,7 +24,7 @@ function sync(progress: PreviewProgress) {
24
25
export const remediatePreview = task({
26
id: 'remediate-preview',
27
- maxDuration: 60 * 3, // 3 minutes
+ maxDuration: 60 * 10, // 10 minutes
28
retry: { maxAttempts: 1 },
29
run: async (payload: {
30
connectionId: string;
0 commit comments