Skip to content
This repository was archived by the owner on Aug 14, 2024. It is now read-only.
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
8 changes: 8 additions & 0 deletions src/docs/sdk/check-ins.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,14 @@ before an issue is resolved.
database`](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones) string
representing the timezone which the monitor's execution schedule is in.

`failure_issue_threshold`

: _Number, optional_. How many consecutive failed check-ins it takes to create an issue.

`recovery_threshold`

: _Number, optional_. How many consecutive OK check-ins it takes to resolve an issue.

### Schedule configuration

<Note>
Expand Down