Cron Scheduler
Cron Job Schedule
Examples
# Recommended (v0.6+)
php bin/console pteroca:cron:schedule
# Deprecated (still works until v1.0.0)
php bin/console app:cron-job-scheduleScheduled Commands
Every Minute
Hourly
Daily/As Configured
Automating with Crontab
Docker Environment
Setting Up Crontab
Step 1: Open Crontab Editor
Step 2: Add the Cron Entry
Step 3: Save and Exit
Verifying Cron Setup
Check Crontab
Check System Logs
Test Manually
Troubleshooting
Cron Not Running
Commands Not Executing
Plugin Cron Tasks Not Running
Best Practices
Related Guides
Last updated