Skip to content

Commit

Permalink
Add custom queue for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Blaine Johnson committed Sep 7, 2016
1 parent e2a9fe3 commit 4028d73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/sidekiq
Expand Up @@ -2,4 +2,4 @@

set -e

bundle exec rerun --dir spec/dummy_app/ -- bundle exec sidekiq -r ./spec/dummy_app/app.rb -L ./spec/dummy_app/logs/sidekiq.log
bundle exec rerun --dir spec/dummy_app/ -- bundle exec sidekiq -r ./spec/dummy_app/app.rb -L ./spec/dummy_app/logs/sidekiq.log -q default -q my_queue

0 comments on commit 4028d73

Please sign in to comment.