You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/product/crons/monitor-details.mdx
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,18 +16,18 @@ Just below, you'll find the table of "Recent Check-Ins" which lists previously s
16
16
17
17
## Check-in Status
18
18
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:
20
20
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.
25
25
- 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.
29
30
30
-
To see information about your cron monitor, select "Crons" from the sidebar menu and click on your cron monitor's name.
0 commit comments