I'm running a worker that processes a sqs-fifo queue and it hangs between jobs (see the times): [201...
I have a command, which uses the queue method on the Artisan facade. Using the Bus/Queue fakers in a...
Hi, I have a problem with an application I'm currently building and can't get my head around why it...
I got the following error in production: There is already an active transaction {"exception&quo...
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...
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.