mirror of
https://github.com/hibiken/asynqmon.git
synced 2026-04-26 01:25:47 +03:00
[PR #353] Fetch queue info in batches #1044
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/asynqmon#1044
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/hibiken/asynqmon/pull/353
Author: @brunocasado
Created: 3/12/2026
Status: 🔄 Open
Base:
master← Head:brunocasado/batch-queue-info📝 Commits (1)
e53b3c5Fetch queue info in batches📊 Changes
2 files changed (+150 additions, -9 deletions)
View changed files
📝
queue_handlers.go(+58 -9)➕
queue_handlers_test.go(+92 -0)📄 Description
Summary
Fetch queue info in bounded batches in the list queues handler instead of serially.
Changes
Validation
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.