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
In my project, I've got a lot of dispatched jobs, let's say I am using JobClass::dispatchAfterResponse(). Before I encrypt the codes, it works normally. After I encrypt those project, the dispatched jobs won't run even I run php artisan queue:work or queue:listen. Any suggestions? Thanks
The text was updated successfully, but these errors were encountered:
In my project, I've got a lot of dispatched jobs, let's say I am using
JobClass::dispatchAfterResponse()
. Before I encrypt the codes, it works normally. After I encrypt those project, the dispatched jobs won't run even I runphp artisan queue:work
orqueue:listen
. Any suggestions? ThanksThe text was updated successfully, but these errors were encountered: