Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/advanced-project/checkly.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const config = defineConfig({
*/
runtimeId: '2025.04',
/* Failed check runs will not be retried per default. See `browserChecks` below for a retry example. */
retryStrategy: RetryStrategyBuilder.noRetries(),,
retryStrategy: RetryStrategyBuilder.noRetries(),
/* All checks will have this alert escalation policy defined */
alertEscalationPolicy: AlertEscalationBuilder.runBasedEscalation(1),
/* A glob pattern that matches the Checks inside your repo, see https://www.checklyhq.com/docs/constructs/including-checks/#checks-checkmatch */
Expand Down