Support the ongoing development of Laravel.io →

456 Threads

How to avoid timeout when running time consuming jobs

In my laravel application i do a form submit to execute a time consuming task by calling shell_exec(...

ignutanz liked this thread

1 Likes
0 Replies

send all customers messages to WhatsApp using Queue and job

I have a WhatsApp marketing tool to let the customers add **contacts **and send them **messages **I...

0 Likes
0 Replies

Laravel Echo with Soketi Not Broadcasting Events - Configura

Hello there! I want to trigger an event when a user's feed (of articles) is being updated. When the...

0 Likes
0 Replies

Job id missing in failed function in job

I wanted to catch job id in failed function in a Job. For now, we are just passing the exception enc...

0 Likes
1 Replies

Sleep mysql connections on horizon:work redis

Laravel Version 9.52.4 PHP Version 8.2.4 Database Driver & Version MySQL 8.0.31 Description On h...

0 Likes
0 Replies

Failed mail job to failed jobs

Hi, I'm using queued mails, and I would like to move the mail job to failed jobs table when an error...

0 Likes
0 Replies
posted 1 year ago

Laravel Mult-Tenancy Queue

I'm trying to work with queues with a multi-tenancy project. But somehow, when processing the queue,...

0 Likes
3 Replies

Indepth laravel queue:work

Hi, recently at work I ran into a problem at work which required the use of laravel queue:work, dur...

0 Likes
0 Replies

how can i run laravel jobs in randomly order

Hello part of my application is for validate lot of data using api so basically i have 500k of data,...

0 Likes
0 Replies

Multiple Queue Worker, Change Jobs Parameters

Hello. I have a problem that I don't know how to solve. I have a job that needs to make calls to an...

0 Likes
4 Replies
Solved
posted 2 years ago

How to pause queued job on SIGTERM & resume later?

I'm looking for ways to pause a job whenever the Queue worker (daemon) receives the shutdown signal...

0 Likes
0 Replies

Lumen job queue - ShouldBeUnique allows duplicate jobs?

Hi all - I'm very new to Lumen so apologies if this is a bit of a boneheaded enquiry. I'm using Lume...

0 Likes
1 Replies
Solved

How can I graceful shutdown queues in Laravel 8?

Reading through the articles by Mohamed Said, I found that a new feature added to laravel v8 to use...

0 Likes
0 Replies

how to add one more parameter in php laravel

$userInfo = Client::where('username','=', $request->username)->first(); I want to add the para...

0 Likes
1 Replies

Laravel Schedule running twice using supervisor

Laravel Framework 8.11.2 PHP Version: PHP 7.4.11 Database Driver & Version: MySql 5.7 Descript...

0 Likes
0 Replies

Horizon Active but not Starting Supervisors/processes

Greetings. I'm trying to get Horizon up and running for our application on Laravel 7. By configuring...

0 Likes
1 Replies

Laravel Kubernetes deployment questions

I'm polishing Laravel Kubernetes deployment (I'm not the PHP dev,rather devops guy) and have some co...

0 Likes
0 Replies

which is the best way for scraping data in laravel

I'm working on a laravel api, which is used for an android application. I want to instantly scrape d...

0 Likes
1 Replies

Coolbeans - replicated beanstalkd

Hi everyone, I wanted to share coolbeans, a replicated work queue that implements beanstalkd's proto...

atiladanvi liked this thread

1 Likes
0 Replies

Horizon pending, completed and failed jobs are always empty

Hi there, After update Laravel from 6 to 7 the jobs list are always empty. I've looked around forums...

pokurivijay liked this thread

1 Likes
0 Replies

Thanks to our community

Solutions given in the past year. Excluding solutions from thread authors.

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.