Support the ongoing development of Laravel.io →

Nedim

Joined 11 Sep 2020

Statistics

Threads 3
Replies 2
Solutions 0
Articles 0
posted 2 years ago

Queue a large number of jobs

This is my example: LazyCollection::times(1000 * 1000) ->each(function () {...

0 Likes
2 Replies
posted 3 years ago

Duplicate Jobs although should't be

Hi there, I use Laravel 8 and sometimes my jobs are duplicated without reason. Here are some details...

0 Likes
4 Replies
posted 3 years ago

Business logic outside of models (and controllers)

Hi, I'd like to have skinny controllers, but also skinny models. I usually put only relations in mod...

0 Likes
0 Replies
replied 3 years ago

Duplicate Jobs although should't be

@Theraloss Thanks for the answer! Yes, I did that. However, I noticed that my CACHE_DRIVER was set t...

theraloss liked this reply

1 Likes
replied 3 years ago

Duplicate Jobs although should't be

Also some logs from Horizon: First job: { uniqueFor: 3600, timeout: 3600, id: 86, job: null, connect...

0 Likes

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.