In our probject, we queue up jobs into fixed queue names (e.g. app_data_pull, periodic_data_sync, et...
Dear all, I've run into some problems when setting up my laravel queue. I created a new worker on a...
Hello , I have a question , I am developing a website like a facebook . It will have POSTS and a Use...
How to get MySql connection id when user login into your web/system? In MySQL you can directly query...
i want send mail in queue and have not waiting https://laravel.com/docs/5.7/queues#connections-vs-qu...
I need to dispatch a bunch of jobs at a specific "release" date/time. I thought about just...
Hello Friends, I have an old Laravel 4.2 project which unfortunately can't be upgraded. I am on PHP...
The setup is as follows: API Endpoint (Server A) receives an incoming call, and adds this to a speci...
.env QUEUE_DRIVER=database MAIL_DRIVER=sendmail config/mail.php 'sendmail' => '/usr/sbin/sendmail...
Hey everyone, When I try using Mail::queue() I get this error: ErrorException in SerializableClosure...
Hi, I'm highly dependent upon Laravel's Jobs feature. But I am baffled by something I have wasted t...
Hi all, just wondering how you normally handle situations where you've to generate PDF or csv docume...
I want to fire email when user registered, i used laravel database queue and also i added CRON job c...
Hi, I just started using Horizon, and it seems awesome. I do have something weird going on: all my j...
I am having a strange problem with L5.1 and Envoyer deployment. I am sending mail confirmations with...
I have a regular job (shown below) that takes in a parameter (a model object). Is it possible to che...
Just updated a Laravel project from Laravel version 5.4 to 5.5. Just after that getting the followin...
Okay, First of I'm kinda new to Laravel and queue and using command prompt with php. So I know imple...
Some questions guys! working with queues now with 5.1 (a bit old, but was the last LTS!!) The faile...
How to run php artisan queue:work on production server?
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.
The community