mirror of
https://github.com/deanpcmad/sidekiq-limit_fetch.git
synced 2022-11-09 13:54:36 -05:00
Small fix for demo readme
This commit is contained in:
parent
b659740cf8
commit
a0942e4e05
1 changed files with 2 additions and 2 deletions
|
@ -3,8 +3,8 @@ This is a demo rails app with a configured sidekiq-limit_fetch.
|
|||
Its purpose is to check whether plugin works in certain situations.
|
||||
|
||||
Application is preconfigured with two workers:
|
||||
- app/workers/fast_worker.rb which does `sleep 0.2`
|
||||
- app/workers/slow_worker.rb which does `sleep 1`
|
||||
- `app/workers/fast_worker.rb` which does `sleep 0.2`
|
||||
- `app/workers/slow_worker.rb` which does `sleep 1`
|
||||
|
||||
There is also a rake task which can be invoked as `bundle exec rake demo:limit`:
|
||||
|
||||
|
|
Loading…
Reference in a new issue