Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bibdata] Preload passenger bundler #4814

Merged
merged 3 commits into from
Apr 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions group_vars/bibdata/common.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
desired_nodejs_version: v18.19.1
passenger_ruby: "/usr/local/bin/ruby"
passenger_extra_http_config:
- "passenger_preload_bundler on;"
install_ruby_from_source: true
ruby_version_override: "ruby-3.1.0"
bibdata_admin_netids:
Expand Down
3 changes: 1 addition & 2 deletions playbooks/bibdata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
roles:
- role: roles/bibdata
- role: roles/bibdata_sqs_poller
- role: roles/sidekiq_worker
when: "'worker' in inventory_hostname"
- { role: roles/sidekiq_worker, when: "'worker' in inventory_hostname" }
- role: 'hr_share'
- role: roles/datadog
when: runtime_env | default('staging') == "production"
Expand Down
Loading