Skip to content
This repository has been archived by the owner on Oct 24, 2024. It is now read-only.

Commit

Permalink
Testing a theory - take 2
Browse files Browse the repository at this point in the history
  • Loading branch information
aprilrieger committed Feb 20, 2024
1 parent f42cbe9 commit 6ed81d5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion bin/worker
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ else
puts 'DATABASE_URL not set, no pool change needed'
end

exec "echo $DATABASE_URL && bundle exec good_job start"
exec "echo $DATABASE_URL && GOOD_JOB_QUEUES=-auxiliary bundle exec good_job start"
4 changes: 0 additions & 4 deletions ops/dev-deploy.tmpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,6 @@ extraEnvVars: &envVars
value: s2.adventistdigitallibrary.org
- name: SETTINGS__MULTITENANCY__ROOT_HOST
value: s2.adventistdigitallibrary.org
- name: SETTINGS__MULTITENANCY__DEFAULT_HOST
value: "%{tenant}.s2.adventistdigitallibrary.org"
- name: CONFDIR
value: "/app/samvera/hyrax-webapp/solr/config"
- name: INITIAL_ADMIN_EMAIL
Expand Down Expand Up @@ -95,8 +93,6 @@ extraEnvVars: &envVars
value: http://fcrepo.default.svc.cluster.local:8080/rest
- name: AUXILIARY_QUEUE_PRIORITY
value: "100"
- name: GOOD_JOB_QUEUES
value: "-auxiliary"
- name: IN_DOCKER
value: "true"
- name: LD_LIBRARY_PATH
Expand Down

0 comments on commit 6ed81d5

Please sign in to comment.