Skip to content

Commit b68f0a0

Browse files
committed
feat: no retries
1 parent 1fbeeca commit b68f0a0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

checkly.config.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { defineConfig } from 'checkly'
2-
import { Frequency } from 'checkly/constructs'
2+
import { Frequency, RetryStrategyBuilder } from 'checkly/constructs'
33
import { WebhookAlertChannel } from 'checkly/constructs'
44

55
export const webhookChannel = new WebhookAlertChannel('srebot-webhook', {
@@ -84,6 +84,7 @@ export default defineConfig({
8484
browserChecks: {
8585
frequency: Frequency.EVERY_10M,
8686
testMatch: '**/__checks__/**/*.spec.ts',
87+
retryStrategy: RetryStrategyBuilder.noRetries(),
8788
},
8889
},
8990
cli: {

0 commit comments

Comments
 (0)