[PR #229] [MERGED] Support Delete and Archive actions Pending Tasks #1683

Closed
opened 2026-03-07 22:11:55 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hibiken/asynq/pull/229
Author: @hibiken
Created: 1/19/2021
Status: Merged
Merged: 1/20/2021
Merged by: @hibiken

Base: nextHead: feature/pending-task-actions


📝 Commits (7)

  • af920be Add support for delete and archive action on PendingTask
  • 9061fff Minor lint error fix
  • 35faab1 Support delete-all and archive-all actions on pending tasks
  • f76b8ae Use constants for task keys for better readability
  • e8e4015 Minor fix
  • 03728de Update asynq task command
  • 580c35a Update changelog

📊 Changes

8 files changed (+752 additions, -59 deletions)

View changed files

📝 CHANGELOG.md (+6 -0)
📝 inspector.go (+82 -35)
📝 inspector_test.go (+341 -10)
📝 internal/rdb/inspect.go (+141 -2)
📝 internal/rdb/inspect_test.go (+2 -2)
📝 tools/asynq/cmd/task.go (+12 -8)
📝 tools/go.mod (+5 -2)
📝 tools/go.sum (+163 -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/229 **Author:** [@hibiken](https://github.com/hibiken) **Created:** 1/19/2021 **Status:** ✅ Merged **Merged:** 1/20/2021 **Merged by:** [@hibiken](https://github.com/hibiken) **Base:** `next` ← **Head:** `feature/pending-task-actions` --- ### 📝 Commits (7) - [`af920be`](https://github.com/hibiken/asynq/commit/af920be7eef12bb201fa8e570f0e27b362c77a5f) Add support for delete and archive action on PendingTask - [`9061fff`](https://github.com/hibiken/asynq/commit/9061fff86e9f1a05cb9778bcc16d16d35c85ece8) Minor lint error fix - [`35faab1`](https://github.com/hibiken/asynq/commit/35faab1a4cafb79a75ad9aa38cd15cf57499512e) Support delete-all and archive-all actions on pending tasks - [`f76b8ae`](https://github.com/hibiken/asynq/commit/f76b8ae9c0592be5050d793fa1aa2c04ba50f3da) Use constants for task keys for better readability - [`e8e4015`](https://github.com/hibiken/asynq/commit/e8e401578f3aff91457d79ec0f610ca91ee7e444) Minor fix - [`03728de`](https://github.com/hibiken/asynq/commit/03728deb6ffdc2b6902e71aefad9fd2a7df08e96) Update asynq task command - [`580c35a`](https://github.com/hibiken/asynq/commit/580c35affb2dc6c482a920b027b96fb49108500f) Update changelog ### 📊 Changes **8 files changed** (+752 additions, -59 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+6 -0) 📝 `inspector.go` (+82 -35) 📝 `inspector_test.go` (+341 -10) 📝 `internal/rdb/inspect.go` (+141 -2) 📝 `internal/rdb/inspect_test.go` (+2 -2) 📝 `tools/asynq/cmd/task.go` (+12 -8) 📝 `tools/go.mod` (+5 -2) 📝 `tools/go.sum` (+163 -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-07 22:11:55 +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#1683
No description provided.