Support the ongoing development of Laravel.io →

388 Threads

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

Listening for event error

Basically, i'm sending out an event; Pusher is receiving it on their debug console. YET my other bro...

0 Likes
1 Replies
posted 7 years ago

Release back to the queue without incrementing attempts

We have a use case where we are using the queue to create HTTP requests and we're keen to not effect...

0 Likes
1 Replies

Multiple crons / administrative tasks

Hi, I currently utilize tasks scheduling, it works via web server user's (www-data) crontab. Now I n...

0 Likes
0 Replies

How to manually (and externally) serialize JSON to push onto queue for processing?

Hi, I have a Laravel 5.3 installation running as a pure API application and need to connect from sev...

0 Likes
0 Replies

Reschedule Jobs

Hello, I might have a simple problem but it really bothers me. I have a model that has an 1:1 relati...

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.