[PR #27] [MERGED] Add kill and killall command to asynqmon tool #550

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

📋 Pull Request Information

Original PR: https://github.com/hibiken/asynq/pull/27
Author: @hibiken
Created: 12/27/2019
Status: Merged
Merged: 12/27/2019
Merged by: @hibiken

Base: masterHead: feature/killtasks


📝 Commits (4)

  • 8cee1da Add KillRetryTask, KillScheduledTask methods to RDB
  • 92c202d Critical fix
  • f5612de Add KillAllRetryTasks and KillAllScheduledTasks method to RDB
  • 7f44079 Add kill and killall command to asynqmon

📊 Changes

9 files changed (+628 additions, -21 deletions)

View changed files

📝 asynq.go (+0 -1)
📝 internal/rdb/helpers_test.go (+4 -4)
📝 internal/rdb/inspect.go (+107 -5)
📝 internal/rdb/inspect_test.go (+374 -0)
📝 internal/rdb/rdb.go (+6 -3)
📝 internal/rdb/rdb_test.go (+5 -6)
📝 payload_test.go (+2 -2)
tools/asynqmon/cmd/kill.go (+66 -0)
tools/asynqmon/cmd/killall.go (+64 -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/27 **Author:** [@hibiken](https://github.com/hibiken) **Created:** 12/27/2019 **Status:** ✅ Merged **Merged:** 12/27/2019 **Merged by:** [@hibiken](https://github.com/hibiken) **Base:** `master` ← **Head:** `feature/killtasks` --- ### 📝 Commits (4) - [`8cee1da`](https://github.com/hibiken/asynq/commit/8cee1daee7fe1799db2767e0231838c2ede5bb7e) Add KillRetryTask, KillScheduledTask methods to RDB - [`92c202d`](https://github.com/hibiken/asynq/commit/92c202db55e078b60d4f4a11fe5c799aac176be4) Critical fix - [`f5612de`](https://github.com/hibiken/asynq/commit/f5612dedabfae8e08fb288dc7bfcd692cb3eb301) Add KillAllRetryTasks and KillAllScheduledTasks method to RDB - [`7f44079`](https://github.com/hibiken/asynq/commit/7f44079711aeec4c4a9cdc575c15bb8c1c56dbcc) Add kill and killall command to asynqmon ### 📊 Changes **9 files changed** (+628 additions, -21 deletions) <details> <summary>View changed files</summary> 📝 `asynq.go` (+0 -1) 📝 `internal/rdb/helpers_test.go` (+4 -4) 📝 `internal/rdb/inspect.go` (+107 -5) 📝 `internal/rdb/inspect_test.go` (+374 -0) 📝 `internal/rdb/rdb.go` (+6 -3) 📝 `internal/rdb/rdb_test.go` (+5 -6) 📝 `payload_test.go` (+2 -2) ➕ `tools/asynqmon/cmd/kill.go` (+66 -0) ➕ `tools/asynqmon/cmd/killall.go` (+64 -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-02 05:38:15 +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#550
No description provided.