Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to jump to the front of the queue? #46

Closed
bittlingmayer opened this issue Mar 11, 2021 · 4 comments
Closed

How to jump to the front of the queue? #46

bittlingmayer opened this issue Mar 11, 2021 · 4 comments

Comments

@bittlingmayer
Copy link

Let's say we have some items which are higher priority (for example, because they are fast to process).

Is there a recommended way to enqueue them at or near the front of the queue?

@weyoss
Copy link
Owner

weyoss commented Mar 14, 2021

All messages are processed in FIFO order. Currently RedisSMQ does not implement a priority queue. Within the next releases, priority queues may be considered to be included as a feature of the MQ.

Keeping this issue open until further updates.

@tanguyantoine
Copy link

@weyoss are you looking for help on this one?

@weyoss
Copy link
Owner

weyoss commented Oct 7, 2021

@tanguyantoine @bittlingmayer Priority queues are now supported. Please upgrade to latest RedisSMQ version.

@weyoss
Copy link
Owner

weyoss commented Oct 7, 2021

Closing this issue as resolved.

@weyoss weyoss closed this as completed Oct 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants