imsuperlative / laravel-schedule-worker
Laravel queue worker, using schedule
Installs: 1 485
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 3
Requires
- php: >=7.2
Requires (Dev)
- laravel/framework: ^7.0
This package is auto-updated.
Last update: 2025-03-29 00:47:45 UTC
README
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