mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Initial spike of Sinatra/TwB2 based web UI
Just run "rails s" in myapp/ and go to http://localhost:3000/sidekiq
This commit is contained in:
parent
ef352f6b64
commit
5ea0ca89d0
28 changed files with 15063 additions and 42 deletions
|
|
@ -1,7 +1,7 @@
|
|||
require 'resque/server'
|
||||
require 'sidekiq/web'
|
||||
|
||||
Myapp::Application.routes.draw do
|
||||
mount Resque::Server.new, :at => '/resque'
|
||||
mount Sidekiq::Web => '/sidekiq'
|
||||
get "work" => "work#index"
|
||||
get "work/email" => "work#email"
|
||||
get "work/post" => "work#delayed_post"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue