Courses

Queues in Laravel

Other Queue Drivers: Redis and Laravel Horizon

Previous: Queue:listen for Local Development
avatar

Please make a redis and laravel course

avatar

We're in progress of creating a more advanced course on queues in general, with multiple drivers, including Redis

avatar
You can use Markdown
avatar

Hello, thanks for the course.

I'm starting to work with queues and I have a website deployed in Laravel Forge. At this moment, I think using the database option is enough for me. Adding "php artisan queue:work" at the end of the deployment script in Laravel Forge is the correct way in this case?

Thanks so much.

avatar

no, you should add your workers under "Daemons" in server menu, not in deployment script. In deployment script should be command to restart the daemon.

avatar
You can use Markdown
avatar
You can use Markdown