Replies: 1 comment 3 replies
-
How is this possible? If Redis goes down permanently nothing is going to work. I'm open to changing how long it takes to give up and maybe even make this configurable, but I don't think there is anything else that can be done that makes sense in this case.
Are you saying that the server was still retrying the Redis connection and it failed to reconnect? Or was the Redis service back up after the server gave up?
I don't understand what you mean by "money patch an exit handler in". |
Beta Was this translation helpful? Give feedback.
-
Cannot publish to redis... giving up
shows that a publish ultimately fails. However in case the Redis server is permanently unreachable, the Redis connection may never reestablish and the server basically hangs in a limbo.Now a few cases came up where some instances never re-connected even after the Redis server came back online. While this is mostly a edge case scenario, I do think this requires appropriate error handling, potentially configurable.
Unless this is already planned, is there currently a way I am unaware of to monkey patch an exit handler in?
Beta Was this translation helpful? Give feedback.
All reactions