Skip to content

Add queues:status CLI command and refactor queue commands#68

Merged
llambeau merged 2 commits into
masterfrom
add-queues-status-command
Jan 29, 2026
Merged

Add queues:status CLI command and refactor queue commands#68
llambeau merged 2 commits into
masterfrom
add-queues-status-command

Conversation

@llambeau

Copy link
Copy Markdown
Contributor
  • Add new queues:status command to display queue status (messages, consumers, state) matching the GET /queues API endpoint
  • Create BaseQueueCommand abstract class with shared functionality:
    • Common config flag
    • initArnavon() to silence logger and initialize from config
    • withQueue() helper for connection lifecycle management
  • Refactor requeue command to use BaseQueueCommand

llambeau and others added 2 commits January 29, 2026 10:11
- Add new queues:status command to display queue status (messages,
  consumers, state) matching the GET /queues API endpoint
- Create BaseQueueCommand abstract class with shared functionality:
  - Common config flag
  - initArnavon() to silence logger and initialize from config
  - withQueue() helper for connection lifecycle management
- Refactor requeue command to use BaseQueueCommand

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@llambeau llambeau merged commit d06378f into master Jan 29, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant