Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion detect/synthetic-monitoring/playwright-checks/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ Learn more about [test organization strategies](/detect/synthetic-monitoring/pla

Customize how your checks run:

- **Frequency**: Schedule from every minute to custom intervals
- **Frequency**: Schedule runs at regular intervals
- **Locations**: Deploy to multiple global regions
- **Alerting**: Set up notifications and escalation
- **Dependencies**: Use private packages and custom registries (see [custom dependencies](/detect/synthetic-monitoring/playwright-checks/custom-dependencies))
Expand Down
3 changes: 1 addition & 2 deletions quickstarts/heartbeat-monitor.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,9 @@ The timing configuration is the heart of your heartbeat monitor. You need to spe

The **period** defines how often your task should ping Checkly:

- **Daily jobs**: Set to 24 hours
- **Daily jobs**: Set to 1 day
- **Weekly jobs**: Set to 7 days
- **Hourly jobs**: Set to 1 hour
- **Custom schedules**: Set to match your cron schedule

![Configure period and grace settings for your heartbeat monitor](/images/heartbeat-monitors/getting-started-period-and-grace.png)

Expand Down