Support the ongoing development of Laravel.io →

222 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
posted 2 months ago

Running a complex process as a background job.

Sorry for the potentially newbie question as i’m only 3 weeks into my laravel journey. I’m working o...

0 Likes
0 Replies
posted 7 months ago

How can I cancel/stop a running job

Hi, how are you? I am new here, so thanks in advance! So, when a user create a new register, my appl...

0 Likes
2 Replies
posted 6 months ago

Laravel, migration from 9 to Job dispatchNow vs dispatchSync

I everybody, I am currently in the process of migrating from Laravel 9 to 10, and my jobs are no lon...

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

Model stop performing queries

It's been a couple of months that I am experiencing a weird behaviour on my laravel project. Randoml...

0 Likes
4 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

Jobs randomly result in composer load class fail

Laravel Version: 9.5.1 PHP Version: 8.1.3 Database Driver & Version: PGSQL (12.9) Queue driver:...

0 Likes
0 Replies
posted 2 years ago

LARAVEL deploiement with queues

Hi every body i want toi now how can i launch a queue work on production on hostinger to manage my m...

0 Likes
1 Replies

How to slow down SQL execution rate in background job.

Hi, We have a Laravel job which uses Eloquent to generate formated data for caching. The job hits th...

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

.env changes not updating queued workers

I'm at my wits end, I inherited a Laravel 5.6 app and I had to update the email password today. I've...

rooniieesss liked this thread

1 Likes
2 Replies

How do I use unlessBetween twice for command scheduling?

Is this correct or should I do sth else? $schedule->command(Commands\ProductsIntegration::class)...

0 Likes
0 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

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

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
posted 4 years ago

App/Job multiple same job instances without overlapping

Hi guys. I am scheduling a queued job and something is amiss with the documentation(or maybe i cant...

0 Likes
5 Replies

Queued job timeout not working after upgrade to Laravel 6

I have a scheduled command that dispatches several jobs onto the queue, each which takes about 10 mi...

0 Likes
1 Replies
Solved

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.