Skip to content

Commit

Permalink
Fixes #36541 - Update Redis default databases for dynflow and cache
Browse files Browse the repository at this point in the history
  • Loading branch information
ehelms committed Oct 26, 2023
1 parent bf8d0dc commit 0d91a7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/settings.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
# :rails_cache_store:
# :type: redis
# :urls:
# - redis://localhost:8479/0
# - redis://localhost:8479/4
# :options:
# :compress: true
# :namespace: foreman
2 changes: 1 addition & 1 deletion extras/systemd/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ TimeoutSec=300
PrivateTmp=true
Environment=RAILS_ENV=production
Environment=DYNFLOW_SIDEKIQ_SCRIPT=/usr/share/foreman/extras/dynflow-sidekiq.rb
Environment=DYNFLOW_REDIS_URL=redis://localhost:6379/0
Environment=DYNFLOW_REDIS_URL=redis://localhost:6379/6
Environment=REDIS_PROVIDER=DYNFLOW_REDIS_URL
# Greatly reduce Ruby memory fragmentation and heap usage
# https://www.mikeperham.com/2018/04/25/taming-rails-memory-bloat/
Expand Down

0 comments on commit 0d91a7c

Please sign in to comment.