[PR #161] [CLOSED] Add Pause and Unpause methods to rdb #642

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

📋 Pull Request Information

Original PR: https://github.com/hibiken/asynq/pull/161
Author: @hibiken
Created: 6/6/2020
Status: Closed

Base: masterHead: debug/ci


📝 Commits (3)

  • 336de50 Add Pause and Unpause methods to rdb
  • c31410c Update Dequeue operation to skip paused queues
  • f903cc6 Update benchcmp.sh script

📊 Changes

9 files changed (+331 additions, -36 deletions)

View changed files

📝 .travis/benchcmp.sh (+11 -4)
📝 benchmark_test.go (+13 -2)
📝 internal/base/base.go (+1 -0)
📝 internal/rdb/inspect.go (+30 -0)
📝 internal/rdb/inspect_test.go (+161 -0)
📝 internal/rdb/rdb.go (+17 -21)
📝 internal/rdb/rdb_test.go (+91 -0)
📝 processor.go (+5 -7)
📝 processor_test.go (+2 -2)

📄 Description

DO NOT MERGE

CI Debug purpose.


🔄 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/161 **Author:** [@hibiken](https://github.com/hibiken) **Created:** 6/6/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `debug/ci` --- ### 📝 Commits (3) - [`336de50`](https://github.com/hibiken/asynq/commit/336de5085c1820a38cf7b6a87667be9d82f22fca) Add Pause and Unpause methods to rdb - [`c31410c`](https://github.com/hibiken/asynq/commit/c31410cbc88d781844f6ba2d4950b53762ad770b) Update Dequeue operation to skip paused queues - [`f903cc6`](https://github.com/hibiken/asynq/commit/f903cc66143c6d0fb0f2fa2d72d6c1c150ad6c81) Update benchcmp.sh script ### 📊 Changes **9 files changed** (+331 additions, -36 deletions) <details> <summary>View changed files</summary> 📝 `.travis/benchcmp.sh` (+11 -4) 📝 `benchmark_test.go` (+13 -2) 📝 `internal/base/base.go` (+1 -0) 📝 `internal/rdb/inspect.go` (+30 -0) 📝 `internal/rdb/inspect_test.go` (+161 -0) 📝 `internal/rdb/rdb.go` (+17 -21) 📝 `internal/rdb/rdb_test.go` (+91 -0) 📝 `processor.go` (+5 -7) 📝 `processor_test.go` (+2 -2) </details> ### 📄 Description DO NOT MERGE CI Debug purpose. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 05:54:24 +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#642
No description provided.