Support the ongoing development of Laravel.io →

458 Threads

posted 9 years ago

Output in queued commands

I have created a Deploy command which is added to a queue with Queue::push(new Deploy()); In the com...

0 Likes
2 Replies
Solved
posted 9 years ago

How to make the queue worker sleeps after processing some jobs?

Hello, Let's say I have 100 jobs in the queue, I want every 10 jobs processed, the worker will sleep...

0 Likes
2 Replies

To queue or not to queue

I do have a webservice that allows the user to start a process that uses image manipulation with ima...

0 Likes
3 Replies
posted 9 years ago

Access instance variables of a running Queue Job?

I have a job that is triggered based on user interaction. The job takes a CSV file, runs throttled A...

0 Likes
2 Replies

RabbitMQ with php-amqplib throws error

Hi, I'm trying to make integration with RabbitMQ. For this I'm using libraries: "videlalvaro/ph...

0 Likes
0 Replies
posted 10 years ago

There are no commands defined in the "queue" namespace

I am getting the following error in my laravel log: production.ERROR: exception 'InvalidArgumentExce...

0 Likes
3 Replies
posted 9 years ago

Run a queue once and quit?

Hello In my system I want to have a list of jobs to be processed once a day and once a week. These j...

0 Likes
0 Replies
posted 9 years ago

What are you guys using for queues?

I'm currently using beanstalk(d) for my queues, but I'm curious what you guys use so that I can be o...

0 Likes
2 Replies
posted 9 years ago

Mixing Event::queue and Mail::queue

Is a bad idea to mix event queues and mail queues? for example is it bad to Mail::queue from with a...

0 Likes
1 Replies

Shopping Cart Plugin for the L5

which is better plugin either https://github.com/Crinsane/LaravelShoppingcart or https://github.com/...

0 Likes
1 Replies

Add properties to collection objects before sending them as response?

Hey, I am trying to figure out how to add some properties to a Collection of Comment objects. each c...

0 Likes
3 Replies
posted 9 years ago

Supervisor 3.1.3 not finding queue commands on production

Very odd problem here. I'm running supervisor + beanstalkd, supervisor is 3.1.3 (so it supports dir...

0 Likes
3 Replies
Solved

Mass email notifications with Mandrill

Hi there, I am working on a job website where job seekers can sign up for email notifications for ce...

0 Likes
1 Replies
posted 9 years ago

Socket implementation using laravel

Hii..all I wants to build small app like "Live score" or "Tradinng" or any real...

0 Likes
3 Replies
posted 10 years ago

Deleting a Job from queue outside of worker

How can i get a Job instance to delete a job from queue? I know how to delete it in my job Handler m...

0 Likes
4 Replies
Solved

[Package] Simple SMS

Simple-SMS Hello everyone! I am excited to announce Simple-SMS; our next package release for Laravel...

0 Likes
2 Replies

Please include IronCore class first

Hi, I am using Laravel 4.2.* and I want to use the Iron queue. I have in my composer.json this versi...

0 Likes
2 Replies
Solved

Fluent: Attribute Accessors?

Hi, till now I have used eloquent but needed to switch to fluent for a special case. Now I have a st...

0 Likes
0 Replies

Prevent queue:listen from exiting with redis is not running yet

I have a situation where the server is trying to start queue:listen when the redis server is not onl...

0 Likes
0 Replies
posted 9 years ago

Queue ssh2 doesn't working

Hello, I have 2 VPSs, let's say it VPS A and VPS B. On VPS A, I have a laravel application that uplo...

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.