[PR #51] [MERGED] Add command to remove queue #2587

Closed
opened 2026-03-15 20:52:35 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hibiken/asynq/pull/51
Author: @hibiken
Created: 1/14/2020
Status: Merged
Merged: 1/14/2020
Merged by: @hibiken

Base: masterHead: feature/rmq


📝 Commits (2)

  • 1fa1ab9 Add RDB.RemoveQueue method
  • f71b80d Add rmq command to asynqmon

📊 Changes

4 files changed (+244 additions, -1 deletions)

View changed files

📝 internal/rdb/inspect.go (+65 -0)
📝 internal/rdb/inspect_test.go (+126 -0)
📝 processor.go (+1 -1)
tools/asynqmon/cmd/rmq.go (+52 -0)

📄 Description

No description provided


🔄 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/asynq/pull/51 **Author:** [@hibiken](https://github.com/hibiken) **Created:** 1/14/2020 **Status:** ✅ Merged **Merged:** 1/14/2020 **Merged by:** [@hibiken](https://github.com/hibiken) **Base:** `master` ← **Head:** `feature/rmq` --- ### 📝 Commits (2) - [`1fa1ab9`](https://github.com/hibiken/asynq/commit/1fa1ab931c4d802db0dd3e59cca9aa094509661e) Add RDB.RemoveQueue method - [`f71b80d`](https://github.com/hibiken/asynq/commit/f71b80dab7f0df1e804fe16c958e227330f13755) Add rmq command to asynqmon ### 📊 Changes **4 files changed** (+244 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `internal/rdb/inspect.go` (+65 -0) 📝 `internal/rdb/inspect_test.go` (+126 -0) 📝 `processor.go` (+1 -1) ➕ `tools/asynqmon/cmd/rmq.go` (+52 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-15 20:52:35 +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#2587
No description provided.