dispatch() is dead, daemon works #223
Unanswered
Richard2012
asked this question in
Q&A
Replies: 0 comments
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.
-
The line
dispatch($job);
in the /spatie/laravel-webhook-client/src/WebhookProcessor.php does not execute the \Job script.
No error log created. No reaction. Silence. We did
php artisan queue:restart
. Nothing.But
php artisan queue:work
does the job as expected. The jobs are processed, databases updated, etc.Why? How to make dispatch() work?
Here are the relevant .env and config\queue.php values:
Beta Was this translation helpful? Give feedback.
All reactions