[GH-ISSUE #38] [FEATURE REQUEST] Add pagination option to asynqmon ls command #7

Closed
opened 2026-03-02 05:17:54 +03:00 by kerem · 0 comments
Owner

Originally created by @hibiken on GitHub (Jan 3, 2020).
Original GitHub issue: https://github.com/hibiken/asynq/issues/38

Originally assigned to: @hibiken on GitHub.

Is your feature request related to a problem? Please describe.
I'm always frustrated when I run asynqmon ls when there are lot of tasks in the queue. It'd be nice if there's a way to paginate the list.

Describe the solution you'd like
Example: asynqmon ls -size=30 -offset=100 to list 30 tasks from 101th task.

Describe alternatives you've considered
Alternatively, I could use the command in conjunction with pager command such as less but ideally I'd like to see the column header so that it's easy understand what each value means

Originally created by @hibiken on GitHub (Jan 3, 2020). Original GitHub issue: https://github.com/hibiken/asynq/issues/38 Originally assigned to: @hibiken on GitHub. **Is your feature request related to a problem? Please describe.** I'm always frustrated when I run `asynqmon ls` when there are lot of tasks in the queue. It'd be nice if there's a way to paginate the list. **Describe the solution you'd like** Example: `asynqmon ls -size=30 -offset=100` to list 30 tasks from 101th task. **Describe alternatives you've considered** Alternatively, I could use the command in conjunction with pager command such as `less` but ideally I'd like to see the column header so that it's easy understand what each value means
kerem 2026-03-02 05:17:54 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/asynq#7
No description provided.