Skip to content

Commit bfb1d12

Browse files
authored
Optimize crons page for SEO (#9383)
1 parent a14633e commit bfb1d12

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/product/crons/index.mdx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
---
2-
title: "Crons"
2+
title: "Cron Monitoring"
33
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."
55
---
66

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.
88

9-
## Example Use Cases
9+
## Example Cron Monitoring Use Cases
1010

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.
1212
- A server cleanup tool, where each job execution must not exceed a pre-defined runtime threshold.
1313
- Any other standalone unit of execution with a finite input.
1414

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/).
1616

17-
## Learn More
17+
## Learn More About Cron Monitoring
1818

1919
- [Set Up](/product/crons/getting-started/)
2020
Learn how to set up Sentry's job monitoring feature using our CLI, HTTP, and supported SDKs.

0 commit comments

Comments
 (0)