Console
Everything under Quiote\Scheduler\Console.
Classes
Section titled “Classes”| Class | Description |
|---|---|
ScheduleRunCommand | Evaluates 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. |