Observe scheduled tasks and diagnose failures.
Where: /admin/cron
What you see:
- Every registered cron job with its schedule, last run timestamp, last run status (success / error / in-progress), duration, and last error message if any.
Scheduled jobs include:
process-email-queue(every minute) — sends queued outbound emailsprocess-system-alerts(every 5 min) — scans app logs for critical errors and auto-posts to Important Alertscleanup-online-status(hourly) — clears stale "online now" markersarchive-events(daily) — moves past events out of the main listingsend-email-digest+send-weekly-digest— batched notification emailsprocess-auto-lock+process-auto-unban(hourly) — applies forum auto-lock-days and expires banspost-daily-log/post-system-update— auto-posting to Important Alertsgenerate-sitemap(daily)check-disk-space(hourly) — alerts if usage crosses thresholds
Click any job name to see its last 50 runs with full stdout/stderr.