Skip to content

Commit

Permalink
Merge pull request #294 from schneems/schneems/hosted-redis-not-confi…
Browse files Browse the repository at this point in the history
…gurable

Allow using hosted Redis instances by default
  • Loading branch information
ChrisBr authored Dec 3, 2024
2 parents c5f0342 + 1f4e449 commit 3f780b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ruby/lib/ci/queue/redis/base.rb
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ def initialize(redis_url, config)
# it makes sense to retry for a while before giving up.
reconnect_attempts: reconnect_attempts,
middlewares: custom_middlewares,
ssl_params: { verify_mode: OpenSSL::SSL::VERIFY_NONE },
custom: custom_config,
)
else
Expand Down

0 comments on commit 3f780b8

Please sign in to comment.