Add support for configuring Redis client timeouts
For some installations, the default 1-second Redis connect timeout may not be sufficient. Just as PostgreSQL has the ability to configure the connection timeout, add the same for Redis. Include read and write timeout options for completness. Relates to https://gitlab.com/gitlab-org/gitlab/-/issues/466271 Changelog: added
Showing
- doc/settings/redis.md 12 additions, 0 deletionsdoc/settings/redis.md
- files/gitlab-config-template/gitlab.rb.template 3 additions, 0 deletionsfiles/gitlab-config-template/gitlab.rb.template
- files/gitlab-cookbooks/gitlab/attributes/default.rb 3 additions, 0 deletionsfiles/gitlab-cookbooks/gitlab/attributes/default.rb
- files/gitlab-cookbooks/gitlab/recipes/gitlab-rails.rb 7 additions, 1 deletionfiles/gitlab-cookbooks/gitlab/recipes/gitlab-rails.rb
- files/gitlab-cookbooks/gitlab/templates/default/resque.yml.erb 9 additions, 0 deletions.../gitlab-cookbooks/gitlab/templates/default/resque.yml.erb
- spec/chef/cookbooks/gitlab/recipes/gitlab-rails_spec.rb 18 additions, 3 deletionsspec/chef/cookbooks/gitlab/recipes/gitlab-rails_spec.rb
Loading
Please register or sign in to comment