Skip to content

Commit 2be7ae2

Browse files
authored
Update docs/product/crons/monitor-details.mdx
1 parent f3de28f commit 2be7ae2

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

docs/product/crons/monitor-details.mdx

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,18 @@ Just below, you'll find the table of "Recent Check-Ins" which lists previously s
1616

1717
## Check-in Status
1818

19-
Sentry's Cron Monitoring service can notify you and store a timeline of the following check-in events:
19+
Sentry's Cron Monitoring can notify you and store a timeline of the following check-in events:
2020

21-
- **Missed check-in:** The job didn't execute in the predicted timeframe or frequency. This can happen for various reasons, such as:
22-
- The job scheduler is misconfigured, skipped, or failed to initiate your job.
23-
- A timeout failure event when a job sent an initial check-in but failed to send a final check-in.
24-
- Network issues, such as an outbound firewall or an unstable connection.
21+
- **Missed check-in:** The job didn't execute within the expected timeframe or frequency because:
22+
- The job scheduler is misconfigured and skipped or failed to initiate your job.
23+
- A job sent an initial check-in, but failed to send a final check-in due to a timeout failure event.
24+
- There were network issues, such as an outbound firewall or an unstable connection.
2525
- An invalid request format.
26-
- **Failed check-in:** The job has reported its execution as unsuccessful.
27-
- **Successful check-in:** The job has reported its execution as successful.
28-
- **Unknown check-in:** In rare occasions, it is possible that Sentry is unable to identify a check-in status. This can happen during outages or maintenance periods.
26+
27+
- **Failed check-in:** The job reported its execution as unsuccessful.
28+
- **Successful check-in:** The job reported its execution as successful.
29+
- **Unknown check-in:** In rare cases, Sentry may be unable to identify a check-in status due to an outages or maintenance period.
2930

30-
To see information about your cron monitor, select "Crons" from the sidebar menu and click on your cron monitor's name.
3131

3232
## Monitor State
3333

0 commit comments

Comments
 (0)