All notable changes to laravel-short-schedule
will be documented in this file
- PendingShortScheduleCommand::command method will attempt to resolve command name if class name was given
Full Changelog: https://github.com/dima-bzz/laravel-short-schedule/compare/1.4.6...1.4.7
- added an output message to the console when starting and restarting the worker
- updated description for restart command and update Readme
- updated composer.json and Readme
- added command restart for worker daemons
- allow spatie/temporary-directory 2.* (#35)
- do not set a default lifetime for production
- add lifetime option
- add PHP8 support (#25)
- add support for Laravel 8
- fix for tasks not getting executed if the command is started by supervisord.
- added
onOneServer
option to short run commands (#8)
- adding support for Maintenance Mode (#4)
- initial release