mirror of
https://github.com/hibiken/asynq.git
synced 2026-04-26 07:25:56 +03:00
[GH-ISSUE #503] [BUG] discarding bad PubSub connection read i/o timeout #2255
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#2255
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?
Originally created by @puyongcl on GitHub (Jun 23, 2022).
Original GitHub issue: https://github.com/hibiken/asynq/issues/503
Originally assigned to: @hibiken on GitHub.
when i import github.com/go-redis/redis/v8 v8.11.6-0.20220405070650-99c79f7041fc
a error keeps appearing: pubsub.go 159: discarding bad PubSub connection read i/o timeout
at github.com/hibiken/asynq v0.23.0
@jaekook-neonesia commented on GitHub (Jun 23, 2022):
I have same issue.
Looked at logs and codes, one of task server hanged without any error, log message.
After that, the client of the server pubsub connection error started(after 3 minutes)
@puyongcl commented on GitHub (Jun 24, 2022):
my error was occured when server start, and keep every few second.I update go-redis to v8.11.5, it disappered.
@hibiken commented on GitHub (Jun 26, 2022):
@puyongcl thank you for reporting! It sounds like an issue with the dependency. If anyone is encountering this issue, please upgrade to the latest version of go-redis and see if fixes the issue.
@dahvlhldle commented on GitHub (Aug 23, 2022):
@hibiken redis 7 need
github.com/go-redis/redis/v9,Is it possible to upgrade?