Skip to content

Commit a555e5c

Browse files
AbhiPrasadlizokm
authored andcommitted
Add failureIssueThreshold and recoveryThreshold to js cron docs (#10168)
Co-authored-by: Liza Mock <liza.mock@sentry.io>
1 parent c7e91e8 commit a555e5c

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

includes/javascript-crons-upsert.mdx

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,3 +148,15 @@ The amount of time (in minutes) your job is allowed to run before it's considere
148148
`timezone`:
149149

150150
The `tz` where your job is running. This is usually your server's timezone, (such as `America/Los_Angeles`). See [list of tz database time zones](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones). Optional.
151+
152+
`failureIssueThreshold`:
153+
154+
_requires SDK version `8.7.0` or higher_
155+
156+
The number of consecutive failed check-ins required before an issue can be created. Optional.
157+
158+
`recoveryThreshold`:
159+
160+
_requires SDK version `8.7.0` or higher_
161+
162+
The number of consecutive successful check-ins required for an issue to be considered resolved. Optional.

0 commit comments

Comments
 (0)