kanchdev/laravel-worker

Execute Jobs in Queue from an artisan command executed through a Cron Job

v0.1.6 2025-04-17 09:28 UTC

This package is auto-updated.

Last update: 2025-06-17 09:54:47 UTC


README

Syntax php artisan queue:work --cron

--cron option enables this module during the process.

Additional Options

  • --num : Number of jobs to run. Defaults to 30 jobs
  • --seconds : Process will run this much seconds before it exits. Defaults to max execution time set in php settings.