Support the ongoing development of Laravel.io →

70 Threads

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
posted 9 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

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

artisan queue:list --tries=3 >> through config file

Hello, i would like to set the number of max tries for the queue through my config file (f.eg app.ph...

0 Likes
1 Replies
Solved

Queue push creates two jobs when redirecting

I have a simple set up using beanstalkd and a test controller to push jobs to a queue. The problem i...

0 Likes
2 Replies
Solved
posted 9 years ago

Getting Symfony\Component\HttpKernel\Exception\NotFoundHttpException, no help in stacktrace

Hi guys, I'm using Beanstalkd/Queues and looking at the logs, I see some failed queues with the belo...

0 Likes
1 Replies
Solved
posted 9 years ago

100% CPU usage of queue

Hi guys, I am using beanstalkd for queue. I also installed supervisor but it's not relevant for my i...

0 Likes
1 Replies
Solved

Queue jobs not processing - jammed?

I have a set of basic classes that talk to my app and send emails upon queue events that come from a...

0 Likes
1 Replies
Solved

Pretty URLs

Hello everyone, I'm making my blog in Laravel to learn something new but i'm stuck with urls. I mean...

0 Likes
2 Replies
Solved

Queueing Tasks

I am building an app which is a graphical interface to git repositories and indeed Composer dependen...

0 Likes
2 Replies
Solved

Localization in queued emails

Good day for everyone! I want to ask a help in solving my problem. I'm sending localized emails from...

0 Likes
3 Replies
Solved

[DOUBT] $user->save() VS User::where()->update();

Hi all, I am beginner in Laravel. I have some doubts. I'm working on a function to edit users, every...

0 Likes
4 Replies
Solved
posted 9 years ago

Queue is not reading data which is being passed to it.

Hi there. I've come here to seek a potential solution to an issue I have. I am running Laravel 4 wit...

0 Likes
2 Replies
Solved
posted 9 years ago

Event fire/listen doesn't pass data as expected

Hello, I'm having trouble passing my data array to my Event listener... Consider the following, basi...

0 Likes
5 Replies
Solved
posted 9 years ago

Mail Queue Doesn't Send

Hi, i'm trying to send newsletters with my back-end i developed with Laravel 4 but it keeps giving m...

0 Likes
1 Replies
Solved
posted 9 years ago

How do you stop the Queue Listener?

I know how to start the queue listener; php artisan queue:listen And it seems to be working fine. H...

0 Likes
6 Replies
Solved
posted 9 years ago

host config in iron driver

In Laravel 4.2 i have two additional options in iron driver config: 'host' => '', 'encrypt' =>...

0 Likes
2 Replies
Solved
posted 9 years ago

Prioritising jobs/queues in SQS

Does anyone know of a way to prioritise jobs in queues when using SQS on Amazon Web Services (AWS)?...

0 Likes
4 Replies
Solved

mac + supervisor + beanstalk

Hi there, I have the next setup: OS X 10.9.2 beanstalk (installed by brew) supervisor (installed by...

0 Likes
1 Replies
Solved

How to handel concurent updates that happen to a model while you have it open.

I have a problem where I have to get an Eloquent model read the data then call a complex stored proc...

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.