Skip to content
Merged
Changes from 1 commit
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
7 changes: 7 additions & 0 deletions includes/javascript-crons-upsert.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,13 @@ The amount of time (in minutes) your job is allowed to run before it's considere

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.

<Note>

While `node-cron` allows to pass luxon timezones, you have to convert them to an IANA timezone when using Sentry (e.g. using `DateTime.local().zoneName`)

</Note>


`failureIssueThreshold`:

_requires SDK version `8.7.0` or higher_
Expand Down