mirror of
https://github.com/deanpcmad/sidekiq-limit_fetch.git
synced 2022-11-09 13:54:36 -05:00
Fix demo app
- Remove unnecessary gems - Fix Sidekiq Web URL
This commit is contained in:
parent
c6d0741ca0
commit
74f8d281fb
2 changed files with 1 additions and 3 deletions
|
@ -1,8 +1,6 @@
|
|||
source 'https://rubygems.org'
|
||||
|
||||
gem 'rails'
|
||||
gem 'sinatra'
|
||||
gem 'celluloid'
|
||||
gem 'launchy'
|
||||
gem 'sidekiq', github: 'mperham/sidekiq'
|
||||
gem 'sidekiq-limit_fetch', path: '..'
|
||||
|
|
|
@ -78,7 +78,7 @@ namespace :demo do
|
|||
Rack::Server.start app: Sidekiq::Web, Port: 3000
|
||||
end
|
||||
sleep 1
|
||||
Launchy.open 'http://127.0.0.1:3000/workers?poll=true'
|
||||
Launchy.open 'http://127.0.0.1:3000/busy?poll=true'
|
||||
end
|
||||
|
||||
def run_sidekiq_workers(options)
|
||||
|
|
Loading…
Add table
Reference in a new issue