1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00

Test busy actor termination

This commit is contained in:
Mike Perham 2012-02-18 20:01:29 -08:00
parent 92c1942363
commit 0e9b3cede4
5 changed files with 13 additions and 5 deletions

View file

@ -5,4 +5,5 @@ Myapp::Application.routes.draw do
get "work" => "work#index"
get "work/email" => "work#email"
get "work/post" => "work#delayed_post"
get "work/long" => "work#long"
end