[PR #1069] [CLOSED] feat: add enqueue batch mechanism #3030

Closed
opened 2026-03-15 21:16:15 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hibiken/asynq/pull/1069
Author: @azisuazusa
Created: 8/20/2025
Status: Closed

Base: masterHead: feat/FCNF-0000-add-enqueue-batch-mechanism


📝 Commits (2)

  • 2b05b1a add enqueue batch function
  • 4068fae use EnqueueContext form Enqueue function

📊 Changes

5 files changed (+467 additions, -4 deletions)

View changed files

📝 client.go (+238 -0)
📝 internal/base/base.go (+2 -0)
📝 internal/rdb/rdb.go (+141 -4)
📝 internal/rdb/rdb_test.go (+68 -0)
📝 internal/testbroker/testbroker.go (+18 -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/1069 **Author:** [@azisuazusa](https://github.com/azisuazusa) **Created:** 8/20/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `feat/FCNF-0000-add-enqueue-batch-mechanism` --- ### 📝 Commits (2) - [`2b05b1a`](https://github.com/hibiken/asynq/commit/2b05b1a2e7098bd751f3baaf05bcea41bd123fe6) add enqueue batch function - [`4068fae`](https://github.com/hibiken/asynq/commit/4068fae814d78e5f9bf523cdfd7197307b228463) use EnqueueContext form Enqueue function ### 📊 Changes **5 files changed** (+467 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `client.go` (+238 -0) 📝 `internal/base/base.go` (+2 -0) 📝 `internal/rdb/rdb.go` (+141 -4) 📝 `internal/rdb/rdb_test.go` (+68 -0) 📝 `internal/testbroker/testbroker.go` (+18 -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-15 21:16: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#3030
No description provided.