Laravel queue worker, using schedule
imsuperlative/laravel-schedule-worker is a Laravel package for laravel queue worker, using schedule.
It currently has 0 GitHub stars and 1.487 downloads on Packagist (latest version 0.2.0).
Install it with composer require imsuperlative/laravel-schedule-worker.
Discover more Laravel packages by imsuperlative
or browse all Laravel packages to compare alternatives.
Last updated
use imsuperlative\scheduleWorker\ScheduleCommand; ...
protected function schedule(Schedule $schedule)
{
foreach (ScheduleCommand::make() as $command) {
ScheduleCommand::dispatch($schedule, $command);
}
}
this is proof of concept and should not be run in production environment.
todo
echo might destroy logging output of schedule