Actions
Bug #36815
closedRedis cache can result in silent nil cache reads
Difficulty:
Triaged:
No
Description
Sometimes Redis can throw an error due to Puma being a forking process:
"Tried to use a connection from a child process without reconnecting. You need to reconnect to Redis after forking or set :inherit_socket to true."
See also Gitlab hitting this issue for reference:
Updated by Eric Helms over 1 year ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman|2ae0516b1f62092de4b988350653e91e4b3c8c75.
Actions