Support the ongoing development of Laravel.io →

458 Threads

posted 9 years ago

Queue::failing - get exception thrown, or (better) stack trace

I have a queue which occasionally fails, and fires Queue::failing. this sends me a mail to let me kn...

0 Likes
1 Replies

Queue Failed Jobs - Beanstalkd & Supervisor

I was trying to record some data to other table when the jobs fails. It works great in failed jobs t...

0 Likes
0 Replies

In Laravel is there a way to queue emails sent in database and then process them for sending from database using cron task

This will help track all emails sent. prioritize email sending. speed up user exp. (as emails will...

0 Likes
0 Replies

Queueing Tasks

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

0 Likes
2 Replies
Solved
posted 9 years ago

Mailer gives errors

Hi, If i try to send an email, even without the queue the error 'Class queue.worker does not exist'...

0 Likes
0 Replies

Handling async multiple users uploading at the same time.

I am at a standstill when it comes to this. I would like for there to be no issue or hang-up if mult...

0 Likes
0 Replies

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

php artisan queue:work Connection refused

On forge I have set up the variables in nginx config but doesnt look like artisan is looking at that...

0 Likes
0 Replies

Authentication laravel 4 on beforeFilter('auth') not work

i have some controller that i want to secure this from login page and i add login page and im my con...

0 Likes
2 Replies

Return Query as JSON

When calling the following select how do you return it as JSON $users = DB::table('users')->g...

0 Likes
4 Replies

Unrelated issue with database, workers and view composer? Yes? No? Maybe? What? Whoot!

Hi; On local machine (Homestead ) everything works fine, site runs and workers do their job like goo...

0 Likes
0 Replies
posted 9 years ago

How to use queue:listen on vps.

I use Amazon SQS for my queue message but I don't know how to automatic run this command on my VPS ?...

0 Likes
0 Replies

Dynamic conditional statement(within conditional statement) in laravel

I want to apply conditional loop like this dynamically. I'm not getting logic of how to do that. Her...

0 Likes
0 Replies

Beanstalkd Queue - Best practices

Hi, I use Beanstalkd to send out emails. What is the best practice to alert the user if there is a r...

0 Likes
0 Replies

Worker Server sending mail using iron.io in laravel

Please help me out in implementing a worker server, where I need to push queue,delete queue,list of...

0 Likes
0 Replies

Supervisor & queue:listen don't work every time

This is a long shot but maybe someone had the same problem as i do. On my production server (ubuntu...

0 Likes
0 Replies
posted 9 years ago

Beanstalkd Fatal error: Uncaught exception 'Pheanstalk_Exception_ServerException' with message 'Unhandled response: HTTP/1.1 400 Bad Request'

Hi, Does anyone know why I get this from beanstalkd console? This is the error: This is what it look...

0 Likes
1 Replies
posted 9 years ago

How to access database count?

Pretty simple but I can't work it out, if I do a count on a table: $count = DB::table('fixtures')-&...

0 Likes
3 Replies

[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

Delete Redis job by ID

I'm using Redis queues in a project and now I find myself in a position where I need to delete a job...

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