🗃 Add batched jobs

Probably won't need it
This commit is contained in:
Dan Jones 2022-02-28 20:06:18 -06:00
commit b7f5ee034a
2 changed files with 39 additions and 7 deletions

View file

@ -42,18 +42,11 @@ return [
*/
'add' => [
\Illuminate\Queue\Console\BatchesTableCommand::class,
\Illuminate\Queue\Console\ClearCommand::class,
\Illuminate\Queue\Console\FlushFailedCommand::class,
\Illuminate\Queue\Console\ForgetFailedCommand::class,
\Illuminate\Queue\Console\ListFailedCommand::class,
\Illuminate\Queue\Console\MonitorCommand::class,
\Illuminate\Queue\Console\PruneBatchesCommand::class,
\Illuminate\Queue\Console\PruneFailedJobsCommand::class,
\Illuminate\Queue\Console\RestartCommand::class,
\Illuminate\Queue\Console\RetryBatchCommand::class,
\Illuminate\Queue\Console\RetryCommand::class,
\Illuminate\Queue\Console\WorkCommand::class,
],
/*