kanchdev/laravel-worker

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

Installs: 18

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/kanchdev/laravel-worker

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

This package is auto-updated.

Last update: 2026-01-17 10:58:36 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.