We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1d21d3 commit 2684635Copy full SHA for 2684635
1 file changed
config/environments/production.rb
@@ -50,7 +50,7 @@
50
{
51
url: ENV['REDIS_URL'],
52
reconnect_attempts: 3,
53
- error_handler: lambda { |_method:, _returning:, exception:|
+ error_handler: lambda { |_method:, returning:, exception:|
54
Rails.logger.warn "Rails cache Redis error: #{exception.message}"
55
}
56
0 commit comments