mirror of
https://github.com/hibiken/asynq.git
synced 2026-04-25 23:15:51 +03:00
[PR #791] [CLOSED] fix: rate redis type assertion #868
Labels
No labels
CLI
bug
designing
documentation
duplicate
enhancement
good first issue
good first issue
help wanted
idea
invalid
investigate
needs-more-info
performance
pr-welcome
pull-request
question
wontfix
work in progress
work in progress
work-around-available
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/asynq#868
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/hibiken/asynq/pull/791
Author: @gwkline
Created: 11/29/2023
Status: ❌ Closed
Base:
master← Head:master📝 Commits (3)
7dbb5b0chore: update x depsc065df6attempt to return NewUniversalClient from MakeRedisClient5a5f1f5undo 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
xto 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.