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.
Jozef Balaz requests an improvement to the queue detail page in the Dashboard under Integrations. Currently, messages are sorted ascending by date, making it difficult to view recent messages. He suggests adding sort controls to allow descending order, which would aid in debugging by showing the latest messages first.