Skip to content

Cron Jobs

Cron Jobs provides comprehensive scheduling and management of automated system tasks and background processes.

Cron Jobs Overview

URL: /admin/cron-jobs

Cron Jobs Interface

Current Scheduled Jobs

ScheduleCommandUserNext ExecutionActions
*****bolt-cli run-auto-sslroot2025-04-24 13:38Edit / Delete
00***bolt-cli my-apache-packagesroot2025-04-25 00:00Edit / Delete

Feature Functionality

Task Scheduling

  • Create automated system tasks
  • Define precise execution schedules
  • Manage background process automation
  • Support complex task configurations

Scheduling Mechanisms

  • Minute-level precision
  • Multiple scheduling patterns
  • Root and system-level task execution
  • Comprehensive task management

Cron Schedule Syntax

Schedule Breakdown

  • ***** : Every minute/hour/day/month/weekday
  • First * : Minutes (0-59)
  • Second * : Hours (0-23)
  • Third * : Days of month (1-31)
  • Fourth * : Months (1-12)
  • Fifth * : Days of week (0-7)

Management Capabilities

Task Management

  • Create new cron jobs
  • Edit existing scheduled tasks
  • Delete unnecessary jobs
  • View upcoming executions

Job Configuration

  • Specify precise execution times
  • Select appropriate system commands
  • Choose execution user
  • Set task frequency

System Integration

  • System Updates
  • Linux Packages
  • Health Check
  • Supervisor Log
  • Panel Log

Best Practices

Cron Job Management

  • Use minimal privilege execution
  • Document each scheduled task
  • Monitor task performance
  • Validate task outcomes
  • Implement error handling
  • Avoid overlapping schedules
  • Use absolute paths
  • Implement logging
  • Handle potential failures
  • Test schedules thoroughly

Maintenance Guidelines

Regular Tasks

  • Review scheduled jobs
  • Remove outdated tasks
  • Validate task effectiveness
  • Update scheduling as needed

Management Benefits

  • Automated system maintenance
  • Precise task scheduling
  • Centralized job management
  • Improved system reliability
  • Reduced manual intervention
  • Consistent background processing