Skip to content

Commit 2684635

Browse files
committed
fix: adjust error handling
1 parent f1d21d3 commit 2684635

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config/environments/production.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
{
5151
url: ENV['REDIS_URL'],
5252
reconnect_attempts: 3,
53-
error_handler: lambda { |_method:, _returning:, exception:|
53+
error_handler: lambda { |_method:, returning:, exception:|
5454
Rails.logger.warn "Rails cache Redis error: #{exception.message}"
5555
}
5656
}

0 commit comments

Comments
 (0)