Support the ongoing development of Laravel.io →

skyzer

Joined 25 Apr 2015

Statistics

Threads 1
Replies 4
Solutions 0
Articles 0

Redis queue multiple connections and queues, correct structure?

Using Laravel 4.2.17 I wanted to split up different queues like send email and send sms Using purely...

0 Likes
2 Replies
replied 8 years ago
0 Likes
replied 9 years ago

Deleteing a job from a queue doesn't work when using Redis

Here it is /** * @param $job_id * @param string $queue is optional, if not passed then using 'd...

0 Likes
replied 9 years ago

Deleteing a job from a queue doesn't work when using Redis

I think it could be done with ZSCAN where you scan for that job json and at the end ignore the attem...

0 Likes
replied 9 years ago

Deleteing a job from a queue doesn't work when using Redis

same stuff here, still trying to figure out how to delete delayed job. you're right the key is a big...

0 Likes

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.