[PR #22] [MERGED] Create base internal package #548

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

📋 Pull Request Information

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

Base: masterHead: refactor/basepkg


📝 Commits (1)

  • 3fd2486 Create base internal package

📊 Changes

12 files changed (+390 additions, -387 deletions)

View changed files

📝 asynq_test.go (+13 -23)
📝 client.go (+3 -2)
📝 client_test.go (+15 -14)
internal/base/base.go (+36 -0)
📝 internal/rdb/helpers_test.go (+20 -19)
📝 internal/rdb/inspect.go (+30 -29)
📝 internal/rdb/inspect_test.go (+90 -89)
📝 internal/rdb/rdb.go (+27 -59)
📝 internal/rdb/rdb_test.go (+101 -100)
📝 poller_test.go (+24 -23)
📝 processor.go (+5 -4)
📝 processor_test.go (+26 -25)

📄 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/22 **Author:** [@hibiken](https://github.com/hibiken) **Created:** 12/22/2019 **Status:** ✅ Merged **Merged:** 12/22/2019 **Merged by:** [@hibiken](https://github.com/hibiken) **Base:** `master` ← **Head:** `refactor/basepkg` --- ### 📝 Commits (1) - [`3fd2486`](https://github.com/hibiken/asynq/commit/3fd248615b9fcfb57d4201cc1c0babde9ba81957) Create base internal package ### 📊 Changes **12 files changed** (+390 additions, -387 deletions) <details> <summary>View changed files</summary> 📝 `asynq_test.go` (+13 -23) 📝 `client.go` (+3 -2) 📝 `client_test.go` (+15 -14) ➕ `internal/base/base.go` (+36 -0) 📝 `internal/rdb/helpers_test.go` (+20 -19) 📝 `internal/rdb/inspect.go` (+30 -29) 📝 `internal/rdb/inspect_test.go` (+90 -89) 📝 `internal/rdb/rdb.go` (+27 -59) 📝 `internal/rdb/rdb_test.go` (+101 -100) 📝 `poller_test.go` (+24 -23) 📝 `processor.go` (+5 -4) 📝 `processor_test.go` (+26 -25) </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-02 05:38:14 +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#548
No description provided.