Skip to content

Commit

Permalink
Add note about dynamic queues to README
Browse files Browse the repository at this point in the history
  • Loading branch information
brainopia committed Nov 21, 2014
1 parent 0370578 commit 1fcfbef
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,20 @@ You can dynamically set exceptions for queue blocking:
Sidekiq::Queue['queue1'].block_except 'queue2'
```

### Dynamic queues

You can support dynamic queues (that are not listed in sidekiq.yml but
that have tasks pushed to them (usually with `Sidekiq::Client.push`)).

To use this mode you need to specify a following line in sidekiq.yml:

```yaml
:dynamic: true
```

Dynamic queues will be ran at the lowest priority.


### Thanks

Sponsored by [Evil Martians].
Expand Down

0 comments on commit 1fcfbef

Please sign in to comment.