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

Commit a2a53c4

Browse files
committed
Works on the command line, sets the que to -auxiliary
1 parent 6ed81d5 commit a2a53c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/worker

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ else
99
puts 'DATABASE_URL not set, no pool change needed'
1010
end
1111

12-
exec "echo $DATABASE_URL && GOOD_JOB_QUEUES=-auxiliary bundle exec good_job start"
12+
exec "echo $DATABASE_URL && export GOOD_JOB_QUEUES='-auxiliary' && bundle exec good_job start"

0 commit comments

Comments
 (0)