Skip to content

Commit

Permalink
fix prod worker
Browse files Browse the repository at this point in the history
  • Loading branch information
orangewolf committed Dec 12, 2023
1 parent 43f4b8b commit 9af0b9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/worker
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ queues = if !ARGV.empty?
else
''
end
exec "echo $DB_URL && bundle exec sidekiq #{queues}"
exec "echo $DB_URL && SETTINGS__BULKRAX__ENABLED=true bundle exec sidekiq #{queues}"
2 changes: 1 addition & 1 deletion ops/prod-deploy.tmpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ extraEnvVars: &envVars

worker:
replicaCount: 1
importReplicaCount: 0
importReplicaCount: 1
podSecurityContext:
runAsUser: 1001
runAsGroup: 101
Expand Down

0 comments on commit 9af0b9b

Please sign in to comment.