1
0
Fork 0
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:
brainopia 2014-02-26 10:56:58 +04:00
parent b659740cf8
commit a0942e4e05

View file

@ -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`: