[GH-ISSUE #503] [BUG] discarding bad PubSub connection read i/o timeout #2255

Closed
opened 2026-03-15 19:51:57 +03:00 by kerem · 4 comments
Owner

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

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
kerem 2026-03-15 19:51:57 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@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)

<!-- gh-comment-id:1164709992 --> @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)
Author
Owner

@puyongcl commented on GitHub (Jun 24, 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)

my error was occured when server start, and keep every few second.I update go-redis to v8.11.5, it disappered.

<!-- gh-comment-id:1165207913 --> @puyongcl commented on GitHub (Jun 24, 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) my error was occured when server start, and keep every few second.I update go-redis to v8.11.5, it disappered.
Author
Owner

@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.

<!-- gh-comment-id:1166626559 --> @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.
Author
Owner

@dahvlhldle commented on GitHub (Aug 23, 2022):

@hibiken redis 7 need github.com/go-redis/redis/v9,Is it possible to upgrade?

<!-- gh-comment-id:1223728126 --> @dahvlhldle commented on GitHub (Aug 23, 2022): @hibiken redis 7 need `github.com/go-redis/redis/v9`,Is it possible to upgrade?
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#2255
No description provided.