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
I have setup this up per the README.md on L4.2. When I push to the queue, I see the queue grow in gearadmin --status. However the tasks always fail. Running artisan queue:work shows this:
This is the directory where the SendEmail class is located.
ls -l app/service/
total 8
-rw-r--r-- 1 vagrant vagrant 327 Mar 11 05:21 GearmanTest.php
-rw-r--r-- 1 vagrant vagrant 487 Mar 11 05:29 SendMail.php
Is there something missing from the docs that I do not see.
The text was updated successfully, but these errors were encountered:
Well, I don't know the issue. However, adding app/service to the composer autoload classmaps and running autodump allowed the class to be found, and appears to have solved my particular problem.
I have setup this up per the README.md on L4.2. When I push to the queue, I see the queue grow in gearadmin --status. However the tasks always fail. Running artisan queue:work shows this:
This is the directory where the SendEmail class is located.
Is there something missing from the docs that I do not see.
The text was updated successfully, but these errors were encountered: