Skip to content

Commit

Permalink
Merge pull request #306 from rollbar/update-sidekiq-queue-doc
Browse files Browse the repository at this point in the history
Change README.md and template to use 'default' Sidekiq queue
  • Loading branch information
brianr committed Sep 21, 2015
2 parents 67f130a + 325ca65 commit 079ebde
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -465,10 +465,11 @@ Add the following in ```config/initializers/rollbar.rb```:
config.use_sidekiq
```

You can also supply custom Sidekiq options:

The default Sidekiq queue will be `rollbar` but you can also supply custom Sidekiq options:

```ruby
config.use_sidekiq 'queue' => 'my_queue'
config.use_sidekiq 'queue' => 'default'
```

Start the redis server:
Expand Down
2 changes: 1 addition & 1 deletion lib/generators/rollbar/templates/initializer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,5 @@
# Enable delayed reporting (using Sidekiq)
# config.use_sidekiq
# You can supply custom Sidekiq options:
# config.use_sidekiq 'queue' => 'my_queue'
# config.use_sidekiq 'queue' => 'default'
end

0 comments on commit 079ebde

Please sign in to comment.