Skip to content

Commit

Permalink
Merge branch 'mr_good_job_its_got_to_be_good' of https://github.com/s…
Browse files Browse the repository at this point in the history
…amvera/hyku into mr_good_job_its_got_to_be_good
  • Loading branch information
orangewolf committed Oct 3, 2023
2 parents 3552664 + 5108af1 commit 22a3b4f
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,15 @@ services:
- ghcr.io/samvera/hyku/base:latest
- ghcr.io/samvera/hyku:latest
- ghcr.io/samvera/hyku/worker:latest
command: bundle exec sidekiq
command:
- /bin/sh
- -c
- >
if [ "$$HYRAX_ACTIVE_JOB_QUEUE" == "good_job" ]; then
exec bundle exec good_job start
else
exec bundle exec sidekiq
fi
depends_on:
check_volumes:
condition: service_completed_successfully
Expand Down

0 comments on commit 22a3b4f

Please sign in to comment.