|
1 | 1 | ---
|
2 |
| -title: "Crons" |
| 2 | +title: "Cron Monitoring" |
3 | 3 | sidebar_order: 70
|
4 |
| -description: "Cron Monitoring helps you maintain your jobs' uptime and performance, delivering alerts and metrics to help you solve errors, detect timeouts, and prevent disruptions to your service." |
| 4 | +description: "Cron Monitoring can help you maintain uptime & performance, while delivering alerts that allow you to solve errors faster & detect timeouts to prevent service disruptions." |
5 | 5 | ---
|
6 | 6 |
|
7 |
| -Cron Monitors allows you to monitor the uptime and performance of any scheduled, recurring job in Sentry. Once implemented, it'll allow you to get alerts and metrics to help you solve errors, detect timeouts, and prevent disruptions to your service. |
| 7 | +Sentry's Cron Monitoring allows you to monitor the uptime and performance of any scheduled, recurring job in Sentry. Once implemented, it'll allow you to get alerts and metrics to help you solve errors, detect timeouts, and prevent disruptions to your service. |
8 | 8 |
|
9 |
| -## Example Use Cases |
| 9 | +## Example Cron Monitoring Use Cases |
10 | 10 |
|
11 |
| -- An invoice generation job, where it's critical for each job run to complete successfully and in a timely manner with a predefined, scheduled, interval and frequency. |
| 11 | +- An invoice generation job, where it's critical for each job run to be completed successfully and in a timely manner with a predefined, scheduled, interval and frequency. |
12 | 12 | - A server cleanup tool, where each job execution must not exceed a pre-defined runtime threshold.
|
13 | 13 | - Any other standalone unit of execution with a finite input.
|
14 | 14 |
|
15 |
| -To use Crons, you must have an existing Sentry account and project set up. If you don't have one, [create an account here](https://sentry.io/signup/). |
| 15 | +To use Cron Monitoring, you must have an existing Sentry account and project set up. If you don't have one, [create an account here](https://sentry.io/signup/). |
16 | 16 |
|
17 |
| -## Learn More |
| 17 | +## Learn More About Cron Monitoring |
18 | 18 |
|
19 | 19 | - [Set Up](/product/crons/getting-started/)
|
20 | 20 | Learn how to set up Sentry's job monitoring feature using our CLI, HTTP, and supported SDKs.
|
|
0 commit comments