This repository was archived by the owner on Nov 30, 2022. It is now read-only.
script tag job not triggered on heroku app #938
Unanswered
brucelee90
asked this question in
Q&A
Replies: 1 comment
-
nevermind I should've used |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've tested the script tag job locally and it works just fine. I can see the status of my jobs with
php artisan queue:work
.The output is:
After I've deployed my app to heroku I went logged in to my server with
heroku run bash -a <app-name>
and checked for my jobs withphp artisan queue:work
as well.This time the output was just
Now I'm wondering why the scripttag jobs are not running on heroku anymore.
Did anybody have the same issue? How did you solve it?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions