Cron Doctor · configuration analysis

Laravel scheduler checker

Paste one static Schedule task and its modifiers. Cron Doctor reads supported declarations without executing PHP.

Open Cron Doctor

What you can check

  • Inspect supported static frequency calls and explicit task timezone.
  • Review withoutOverlapping and onOneServer configuration signals.
  • Keep runtime conditions and unsupported expressions visibly partial.

What remains unknown

Dynamic values, environment conditions and missing timezone can prevent exact schedule predictions. Lock configuration alone does not prove the deployed cache or scheduler topology.

Synthetic example

Schedule::command('backup')->daily()->timezone('UTC');

Your configuration is sent to PingCron for analysis. It is not saved and is never executed. A static report does not establish runtime health.

Official scheduler reference · Explore ongoing monitoring