[PR #9] [MERGED] Add methods to RDB to enqueue a task sitting in ZSET (scheduled, retry, dead). #1550

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

📋 Pull Request Information

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

Base: masterHead: feature/rescue


📝 Commits (2)

  • 680a2cf Add methods to rdb.RDB to enqueues a task from scheduled, retry, dead
  • bbd8fb9 [ci skip] Fix typos

📊 Changes

4 files changed (+336 additions, -41 deletions)

View changed files

📝 internal/rdb/inspect.go (+68 -0)
📝 internal/rdb/inspect_test.go (+258 -30)
📝 internal/rdb/rdb.go (+10 -8)
📝 internal/rdb/rdb_test.go (+0 -3)

📄 Description

queues


🔄 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/9 **Author:** [@hibiken](https://github.com/hibiken) **Created:** 12/8/2019 **Status:** ✅ Merged **Merged:** 12/8/2019 **Merged by:** [@hibiken](https://github.com/hibiken) **Base:** `master` ← **Head:** `feature/rescue` --- ### 📝 Commits (2) - [`680a2cf`](https://github.com/hibiken/asynq/commit/680a2cf3dfe735c0a432c04076516f60b6f30ae9) Add methods to rdb.RDB to enqueues a task from scheduled, retry, dead - [`bbd8fb9`](https://github.com/hibiken/asynq/commit/bbd8fb901f60d5af9750fb82014cb0015884e1a7) [ci skip] Fix typos ### 📊 Changes **4 files changed** (+336 additions, -41 deletions) <details> <summary>View changed files</summary> 📝 `internal/rdb/inspect.go` (+68 -0) 📝 `internal/rdb/inspect_test.go` (+258 -30) 📝 `internal/rdb/rdb.go` (+10 -8) 📝 `internal/rdb/rdb_test.go` (+0 -3) </details> ### 📄 Description queues --- <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: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#1550
No description provided.