Skip to content

Fixed workhorse-config.toml to support Redis Sentinels

Gerard Hickey requested to merge bugfix/1698_workhorse_sentinel_support into master

Updates to the workhorse-config.toml file to support Redis Sentinels.

Now seeing workhorse connect to the correct Redis endpoint.

│ time="2019-11-15T17:34:21Z" level=info msg=Starting version="gitlab-workhorse v8.15.0-20191115.043524"                  │
│ time="2019-11-15T17:34:21Z" level=info msg="redis: using sentinel" host="redis.redis:26379" scheme=tcp                  │
│ time="2019-11-15T17:34:21Z" level=info msg="keywatcher: starting process loop"                                          │

Tested with both single Redis Sentinel endpoint and multiple endpoints and formatting is good.

gitlab-sentinel.yaml

Closes: #1698 (closed)

Edited by Gerard Hickey

Merge request reports