-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Only works in localhost #7
Comments
Hi! I can't help you without more info, so please describe the behavior that you're seeing vs what you're expecting to see. |
I am having the same problem here. On server I get: 2024-09-01 15:27:02 Running ['artisan' supervisor:check] ..... 454.01ms FAIL But I don't get any log error or anything.. how can I debug it? |
Update: When I run
|
Somehow I am also not seeing any cronjobs being dispatched when running
I have run However, when I run How can this be, what am I doing wrong? |
Can you try running
This is correct, because the job is only scheduled to run "every three minutes". Therefore, only if you would run this command manually at exactly the start of the 3rd minute would you see anything, otherwise it will always see "nothing ready to run". |
|
Okay, that's very weird.. Then I really don't know why it would fail on production via the scheduler if manually triggering all works. You can try to look at the global PHP log still. |
This package is set to run every 3 minutes starting on the hour. Did you run |
Hello! I cant make it work on live server.
I need to do anything extra?
Thanks
The text was updated successfully, but these errors were encountered: