spatie/laravel-short-schedule
Run Laravel Artisan commands at sub-minute intervals (every second or even 0.5s). Adds a short-scheduler powered by a ReactPHP event loop, running separately from schedule:run so high-frequency tasks don’t block or get delayed.
schedule:run process, preventing delays or bottlenecks caused by long-running tasks in the primary scheduler.For Executives: "This package lets us run critical background tasks at sub-second intervals—e.g., processing real-time user actions or financial trades—without slowing down our main application. It’s a drop-in solution that replaces manual cron hacks or custom scripts, reducing technical debt and improving reliability. With minimal overhead (MIT-licensed, actively maintained), it’s a low-risk way to unlock high-frequency automation."
For Engineers:
*"Laravel’s scheduler tops out at 1-minute granularity, but spatie/laravel-short-schedule fills that gap using ReactPHP’s event loop. Key benefits:
when(fn() => $condition)).How can I help you explore Laravel packages today?