Skip to content

Commit 1a75c33

Browse files
committed
update retry config since package version
1 parent 0324dc1 commit 1a75c33

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

apps/webapp/app/v3/failedTaskRun.server.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,5 @@ export class FailedTaskRunRetryHelper extends BaseService {
272272
}
273273
}
274274

275-
// TODO: update this to the correct version
276-
static DEFAULT_RETRY_CONFIG_SINCE_VERSION = "3.0.12";
275+
static DEFAULT_RETRY_CONFIG_SINCE_VERSION = "3.1.0";
277276
}

0 commit comments

Comments
 (0)