Support the ongoing development of Laravel.io →
posted 7 years ago
Queues
Last updated 1 year ago.
0

what queue driver are you using ? if it's set to 'sync' it will run synchronously. your event needs to implement Illuminate\Contracts\Queue\ShouldQueue interface

you need to set the queue driver to some other option than "sync", the job will be serialized and processed later on php artisan queue:work or php artisan queue:listen

Last updated 7 years ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

holoverse holoverse Joined 8 Sep 2016

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.