Skip to content

Commit

Permalink
updated link in constructs reference to proper 'learn about retry str…
Browse files Browse the repository at this point in the history
…ategies location'
  • Loading branch information
modern-sapien committed Nov 13, 2023
1 parent c29aaf6 commit d7a0318
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/content/docs/cli/constructs-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -675,7 +675,7 @@ project or created via the Web UI, you can pass in the `slugName` string.

`RetryStrategy` objects can be used to configure retries for failed check runs.
Retry strategies can be added to [Check](#check) and [CheckGroup](#checkgroup) constructs.
[Learn more about retry strategies](/docs/retries-and-alerting/).
[Learn more about retry strategies](/docs/alerting-and-retries/retries/#retry-strategies).

To build `RetryStrategy` objects you should use the `RetryStrategyBuilder`, which provides helper methods for configuring retries.
As an example, you can configure a check to retry up to 4 times, in different regions, with waits of 30 seconds, 60 seconds, 90 seconds, and 120 seconds between attempts:
Expand Down

0 comments on commit d7a0318

Please sign in to comment.