We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 496976e commit bfcc08fCopy full SHA for bfcc08f
src/Controllers/WorkerController.php
@@ -42,6 +42,8 @@ public function schedule(Container $laravel, Kernel $kernel, Schedule $schedule,
42
$command = $request->headers->get('X-Aws-Sqsd-Taskname', $this::LARAVEL_SCHEDULE_COMMAND);
43
if ($command != $this::LARAVEL_SCHEDULE_COMMAND) return $this->runSpecificCommand($kernel, $request->headers->get('X-Aws-Sqsd-Taskname'));
44
45
+ $kernel->bootstrap();
46
+
47
$events = $schedule->dueEvents($laravel);
48
$eventsRan = 0;
49
$messages = [];
0 commit comments