Flow Control Message Priority #183
mehmettokgoz
announced in
Q: Feature Request
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When the rate or parallelism limits are reached, incoming messages are placed into a waitlist. By default, QStash appends new messages to the waitlist in chronological order, meaning each new message approximately (not guaranteed) wait for all previously queued messages to be processed.
The message priority feature introduces the ability to assign a priority to a message, allowing it to be processed ahead of other messages already in the waitlist.
Beta Was this translation helpful? Give feedback.
All reactions