[PR #353] Fetch queue info in batches #1044

Open
opened 2026-03-15 21:49:08 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hibiken/asynqmon/pull/353
Author: @brunocasado
Created: 3/12/2026
Status: 🔄 Open

Base: masterHead: brunocasado/batch-queue-info


📝 Commits (1)

  • e53b3c5 Fetch 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

  • add a batched queue info fetch helper
  • preserve response ordering
  • add tests for ordering and batch concurrency limits

Validation

  • targeted queue handler tests pass

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hibiken/asynqmon/pull/353 **Author:** [@brunocasado](https://github.com/brunocasado) **Created:** 3/12/2026 **Status:** 🔄 Open **Base:** `master` ← **Head:** `brunocasado/batch-queue-info` --- ### 📝 Commits (1) - [`e53b3c5`](https://github.com/hibiken/asynqmon/commit/e53b3c58a2f34cd695168ba093760a46af6371e1) Fetch queue info in batches ### 📊 Changes **2 files changed** (+150 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `queue_handlers.go` (+58 -9) ➕ `queue_handlers_test.go` (+92 -0) </details> ### 📄 Description ## Summary Fetch queue info in bounded batches in the list queues handler instead of serially. ## Changes - add a batched queue info fetch helper - preserve response ordering - add tests for ordering and batch concurrency limits ## Validation - targeted queue handler tests pass --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
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/asynqmon#1044
No description provided.