Laravel Short Schedule

screenshot of Laravel Short Schedule
laravel

Schedule artisan commands to run at a sub-minute frequency

Overview:

The Laravel Short Schedule package enhances Laravel's native scheduler capabilities by allowing users to schedule artisan commands at frequencies higher than once per minute. This package provides a solution for users who require commands to run every second or even at sub-second frequencies. The package also offers guidance on handling memory leaks and covers installation steps for both Laravel and Lumen projects.

Features:

  • Sub-Minute Frequency Scheduling: Schedule artisan commands to run more frequently than once per minute.
  • Memory Leak Handling: Set the lifetime of the short schedule worker to deal with memory leaks.
  • Easy Installation: Install the package via composer and configure the short scheduler for production use.
  • Lumen Compatibility: Instructions provided for using the package with Lumen projects.
  • Flexible Scheduling Options: Schedule commands to run every second, at specific intervals, or even at sub-second frequencies.
laravel
Laravel

Laravel is a powerful and elegant PHP framework that provides developers with a comprehensive set of tools and features to build robust web applications. It follows the Model-View-Controller (MVC) architectural pattern, offering a clean and organized structure for writing efficient and maintainable code.