mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
spacing
This commit is contained in:
parent
cc59d07e48
commit
dc6204d76c
1 changed files with 3 additions and 3 deletions
|
@ -22,9 +22,9 @@ better with the new Rails 5.0 Executor.
|
|||
Sidekiq is designed for jobs with small, simple arguments.
|
||||
|
||||
Add this line to your initializer to re-enable them and get the old behavior:
|
||||
```ruby
|
||||
Sidekiq::Extensions.enable_delay!
|
||||
```
|
||||
```ruby
|
||||
Sidekiq::Extensions.enable_delay!
|
||||
```
|
||||
The old `Sidekiq.remove_delay!` API has been removed as it is now the default. [#3299]
|
||||
|
||||
* Sidekiq's quiet signal is now `TSTP` (think of it as **T**hread
|
||||
|
|
Loading…
Add table
Reference in a new issue