You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 9, 2024. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: