[PR #791] [CLOSED] fix: rate redis type assertion #868

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

📋 Pull Request Information

Original PR: https://github.com/hibiken/asynq/pull/791
Author: @gwkline
Created: 11/29/2023
Status: Closed

Base: masterHead: master


📝 Commits (3)

  • 7dbb5b0 chore: update x deps
  • c065df6 attempt to return NewUniversalClient from MakeRedisClient
  • 5a5f1f5 undo MakeRedisClient change

📊 Changes

4 files changed (+403 additions, -81 deletions)

View changed files

📝 x/go.mod (+4 -4)
📝 x/go.sum (+386 -64)
📝 x/rate/semaphore.go (+1 -1)
📝 x/rate/semaphore_test.go (+12 -12)

📄 Description

Attempts to resolve #790

Notably updates x to use asynq 0.24.1 and go-redis v9


🔄 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/791 **Author:** [@gwkline](https://github.com/gwkline) **Created:** 11/29/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (3) - [`7dbb5b0`](https://github.com/hibiken/asynq/commit/7dbb5b08b7949d2bd3659457e61b883000f3e436) chore: update x deps - [`c065df6`](https://github.com/hibiken/asynq/commit/c065df6a188a39fb51f5fcafd9f8766303d3624c) attempt to return NewUniversalClient from MakeRedisClient - [`5a5f1f5`](https://github.com/hibiken/asynq/commit/5a5f1f5eeaea07b69a4e8d473b77d33e93e23eb1) undo MakeRedisClient change ### 📊 Changes **4 files changed** (+403 additions, -81 deletions) <details> <summary>View changed files</summary> 📝 `x/go.mod` (+4 -4) 📝 `x/go.sum` (+386 -64) 📝 `x/rate/semaphore.go` (+1 -1) 📝 `x/rate/semaphore_test.go` (+12 -12) </details> ### 📄 Description Attempts to resolve #790 Notably updates `x` to use asynq 0.24.1 and go-redis v9 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 06:10:12 +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#868
No description provided.