Skip to content

Commit

Permalink
Merge pull request sidekiq#125 from ayrton/patch-1
Browse files Browse the repository at this point in the history
By default jobs are added to the default queue.
  • Loading branch information
mperham committed Apr 12, 2012
2 parents 56bda62 + 53c5044 commit 91f1542
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
# Options here can still be overridden by cmd line args.
# sidekiq -C config.yml
---
:verbose: false
:verbose: false
:concurrency: 25
:queues:
- [often, 7]
- [default, 5]
- [seldom, 3]

0 comments on commit 91f1542

Please sign in to comment.