Cron Expression Builder
Build cron expressions for scheduling automated security scans, reports, and maintenance tasks. Visual builder with common schedule examples.
Common Examples
| Expression | Description | Use Case |
|---|---|---|
*/5 * * * * | Every 5 minutes | Frequent monitoring, health checks |
*/15 * * * * | Every 15 minutes | Regular status checks |
0 * * * * | Every hour | Hourly reports, log rotation |
0 */6 * * * | Every 6 hours | Periodic maintenance |
0 0 * * * | Daily at midnight | Daily backups, report generation |
0 2 * * * | Daily at 2 AM | Low-traffic maintenance window |
0 0 * * 0 | Weekly on Sunday midnight | Weekly scans, full backups |
0 0 1 * * | Monthly on the 1st | Monthly reports, certificate renewal |
0 0 1 1 * | Yearly on Jan 1st | Annual tasks, archival |