This repository was archived by the owner on Mar 9, 2024. It is now read-only.
This repository was archived by the owner on Mar 9, 2024. It is now read-only.
cron jobed async queue is not working #84
Open
Description
i have create a bash script to run "php artisan schedule:run"
in the schedule i have created a job, so it will create a schedule to run the job in queue. it work very well when i run the bash script from the command.
but, when i using the cron job to run the bash script, the schedule is adding to the "job table" and also it takes logs for the schedule in log file (i code to log every process of schedule). but the job is not running.
Metadata
Metadata
Assignees
Labels
No labels