Skip to content
This repository has been archived by the owner on Mar 9, 2024. It is now read-only.

cron jobed async queue is not working #84

Open
hariprasath-yadav opened this issue Jun 24, 2019 · 0 comments
Open

cron jobed async queue is not working #84

hariprasath-yadav opened this issue Jun 24, 2019 · 0 comments

Comments

@hariprasath-yadav
Copy link

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant