Queue detail page: allow sorting messages by date descending (newest first) #47797
Unanswered
flesicek
asked this question in
Feature Requests
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.
-
Problem:
In the Dashboard under Integrations → Queues, when you click into a specific queue, the queue detail page shows its messages (pending and archived). This list is always ordered ascending (oldest first), with no way to change the sort order.
For queues with thousands of processed messages, this makes it practically impossible to inspect recent activity — to see the most recently processed messages, you'd have to page through the entire history.
Use case:
When debugging a production queue, the most common question is "what happened just now?" — checking whether the latest messages were processed correctly or why they failed. Ascending-only ordering makes the most needed messages the hardest to reach.
Proposed solution:
On the queue detail page, add sort controls to the message list (at minimum a sort toggle on the enqueued/timestamp column), and consider defaulting the Archived tab to descending, since recent messages are what users almost always need.
Beta Was this translation helpful? Give feedback.
All reactions