Skip to content

Console

Everything under Quiote\Scheduler\Console.

ClassDescription
ScheduleRunCommandEvaluates every task in the app’s Schedule against “now” and runs the due ones once, then exits — this is meant to be invoked by the OS’s own crontab (* * * * * php bin/quiote schedule:run) every minute, like every cron-based scheduler, not a long-running daemon loop.