Support the ongoing development of Laravel.io →

457 Threads

posted 9 years ago

File permission problems in queue jobs

(Have created paste for this here: http://help.laravel.io/5212fb334d1ece056b57863583aa4ad5c6107d7d)...

0 Likes
3 Replies

[5.4] Queue worker memory leak

Laravel Version: 5.4 PHP Version: 7.0.22 Database Driver & Version: MySQL & 5.7.19 Descrip...

0 Likes
0 Replies

Export Data in Background

Hi all, I am currently working on exporting large amount of data from the app. I'd like to the task...

0 Likes
0 Replies

Long Running DB Job Queue timing out. Laravel 5.4

Have the timeout for the queue set to 2400 tries 1 and I've set the process command timeout to 2400....

0 Likes
2 Replies

HasMany relateships errors and cant access my data which is related to

Hello, first of all sorry for my bad english.. I have a problem with model relationships, i cant acc...

0 Likes
0 Replies

Jobs getting picked up and processed by apache mod-php

I have a series of large, long running import jobs that are implemented as laravel jobs. In developm...

0 Likes
1 Replies
posted 10 years ago

supervisord not killing processes that time out

I've had a weird problem for a few months and it's only gotten worse. Right now we run all of our qu...

0 Likes
1 Replies

Distribute collection into collection of related domain model

So I have relations : class Folder extends Model { public function files() { return...

0 Likes
0 Replies

FatalThrowableError __clone method called on non-object

Laravel Version: 5.4.26 PHP Version: 7.1.5 Description: In my project I have a service class (Serv...

0 Likes
0 Replies

OrderBy related model?

We have posts and theyneed to be sorted by Authors name and Category popularity. I have tried smth l...

0 Likes
0 Replies

How to implement Laravel's jobs duplication management?

How to implement Laravel's jobs duplication management? I feel like this feature should be implement...

0 Likes
1 Replies

Error with Queue Job and Laravel-Mongo DB

Hi ! I use this package and queue of Laravel 5.4. When I dispatch a job, I have an error : Next Ill...

0 Likes
0 Replies

Queue not working with error local.ERROR: ErrorException: unserialize(): Error at offset 28 of 113 bytes in /var/www/html

We are using laravel 5.3 for our in-house application. When queue executed from Ubuntu supervisor o...

0 Likes
0 Replies

Laravel 5.3 Mail not sending to queue job after submit data

i had been trying to solve the queue mail for few days, but still i can't find the solution for that...

0 Likes
0 Replies

Laravel Echo SocketIO problem with private channel

Hi! everyone I working with Laravel Echo and SocketIO witout Vue, but I have a problem with private...

amr918343 liked this thread

1 Likes
0 Replies

Supervisor not firing the handle function, while it does works through the terminal.

Hello! I've lately been having an issue with supervisor that I haven't had before. My job's handle f...

0 Likes
0 Replies
posted 6 years ago

Synchronisch queue system

I am trying to set up an API which uses a queue system on another server to handle the requests. Let...

0 Likes
0 Replies

Laravel 5.4 mailable does not work with queue sqs

in my controller: $order = Order::with('address','slot','products')->first(); Mail::to('abc@email...

0 Likes
1 Replies

Sequential, Asynchronous Workflow in Laravel - Help

I'm creating an application that requires defining a number of Sequential, Asynchronous Workflows i...

0 Likes
3 Replies

Modify Queued Jobs Laravel

I am using redis queue on laravel and i have been struggling with it. Is it possible to retrieve a q...

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