We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d585004 commit 32cf439Copy full SHA for 32cf439
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