1
0
Fork 0
mirror of https://github.com/endofunky/sidetiq.git synced 2022-11-09 13:53:30 -05:00

Move notes section into the right spot.

This commit is contained in:
Tobias Svensson 2013-02-04 16:44:23 +00:00
parent 0b40ebf3a8
commit f90d6308f2

View file

@ -110,16 +110,7 @@ Sidetiq.configure do |config|
end end
``` ```
## WEB EXTENSION ## NOTES
Sidetiq includes an extension for Sidekiq's web interface. It will not be
loaded by default, so it will have to be required manually:
```ruby
require 'sidetiq/web'
```
### NOTES
By default Sidekiq uses a 15 second polling interval to check if scheduled By default Sidekiq uses a 15 second polling interval to check if scheduled
jobs are due. If a recurring job has to run more often than that you should jobs are due. If a recurring job has to run more often than that you should
@ -129,6 +120,15 @@ lower this value.
Sidekiq.options[:poll_interval] = 1 Sidekiq.options[:poll_interval] = 1
``` ```
## WEB EXTENSION
Sidetiq includes an extension for Sidekiq's web interface. It will not be
loaded by default, so it will have to be required manually:
```ruby
require 'sidetiq/web'
```
### SCREENSHOT ### SCREENSHOT
![Screenshot](http://f.cl.ly/items/1P2u1v091F3V1n381g2I/Screen%20Shot%202013-02-01%20at%2012.16.17.png) ![Screenshot](http://f.cl.ly/items/1P2u1v091F3V1n381g2I/Screen%20Shot%202013-02-01%20at%2012.16.17.png)