Skip to content

Commit

Permalink
feat: deprecate doubleCheck property (#836)
Browse files Browse the repository at this point in the history
  • Loading branch information
clample authored Aug 31, 2023
1 parent b2d542a commit f655963
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/cli/src/constructs/check-group.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ export interface CheckGroupProps {
/**
* Setting this to "true" will trigger a retry when a check fails from the failing region and another,
* randomly selected region before marking the check as failed.
* @deprecated Use {@link CheckGroupProps.retryStrategy} instead.
*/
doubleCheck?: boolean
/**
Expand Down
1 change: 1 addition & 0 deletions packages/cli/src/constructs/check.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ export interface CheckProps {
/**
* Setting this to "true" will trigger a retry when a check fails from the failing region and another,
* randomly selected region before marking the check as failed.
* @deprecated Use {@link CheckProps.retryStrategy} instead.
*/
doubleCheck?: boolean
/**
Expand Down

0 comments on commit f655963

Please sign in to comment.