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

Commit

Permalink
fix good_job command in workers
Browse files Browse the repository at this point in the history
  • Loading branch information
bkiahstroud committed Feb 20, 2024
1 parent a1fb775 commit d984f6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/worker
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ else
end

if ENV['AUX_WORKER']
exec "echo $DATABASE_URL && bundle exec good_job start --queues=*"
exec "echo $DATABASE_URL && bundle exec good_job --queues='*'"
else
exec "echo $DATABASE_URL && bundle exec good_job start --queues=-auxiliary"
exec "echo $DATABASE_URL && bundle exec good_job --queues='-auxiliary'"
end

0 comments on commit d984f6d

Please sign in to comment.