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

Commit

Permalink
Set the default for real
Browse files Browse the repository at this point in the history
  • Loading branch information
aprilrieger committed Feb 20, 2024
1 parent a2a53c4 commit c2be59e
Showing 1 changed file with 1 addition and 1 deletion.
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 && export GOOD_JOB_QUEUES='-auxiliary' && bundle exec good_job start"
exec "echo $DATABASE_URL && echo ${GOOD_JOB_QUEUES:--auxiliary} && bundle exec good_job start"

0 comments on commit c2be59e

Please sign in to comment.