[PR #879] feat: concurrency control queue #907

Open
opened 2026-03-02 06:10:23 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hibiken/asynq/pull/879
Author: @kanzihuang
Created: 5/2/2024
Status: 🔄 Open

Base: masterHead: feat/concurrency-control-queue


📝 Commits (1)

  • 56bf84c feat: concurrency control queue

📊 Changes

4 files changed (+219 additions, -15 deletions)

View changed files

📝 internal/rdb/rdb.go (+37 -13)
📝 internal/rdb/rdb_test.go (+81 -0)
📝 server.go (+7 -2)
📝 server_test.go (+94 -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/879 **Author:** [@kanzihuang](https://github.com/kanzihuang) **Created:** 5/2/2024 **Status:** 🔄 Open **Base:** `master` ← **Head:** `feat/concurrency-control-queue` --- ### 📝 Commits (1) - [`56bf84c`](https://github.com/hibiken/asynq/commit/56bf84cb4a407134ad48bcad4bb13ca76130d385) feat: concurrency control queue ### 📊 Changes **4 files changed** (+219 additions, -15 deletions) <details> <summary>View changed files</summary> 📝 `internal/rdb/rdb.go` (+37 -13) 📝 `internal/rdb/rdb_test.go` (+81 -0) 📝 `server.go` (+7 -2) 📝 `server_test.go` (+94 -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>
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#907
No description provided.