2
0
mirror of https://github.com/hibiken/asynq.git synced 2026-05-16 08:04:40 +08:00
Files
asynq/internal
bahtya dd3c923f44 fix: close pubsub connection on Subscribe error in CancelationPubSub
When redis.Subscribe succeeds but Receive() fails, the pubsub
connection was not being closed before returning the error. This caused
the subscriber goroutine to leak a Redis connection on each retry
iteration, eventually exhausting the connection pool.

Fixes #1095
2026-04-09 18:15:48 +08:00
..
2022-05-16 21:14:15 -07:00
2025-11-04 19:06:18 +03:00
2023-04-17 22:30:33 -07:00