mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Merge branch 'master' of github.com:mperham/sidekiq
This commit is contained in:
commit
2311533ad6
2 changed files with 15 additions and 13 deletions
|
@ -44,7 +44,7 @@ Installation
|
|||
Getting Started
|
||||
-----------------
|
||||
|
||||
See the [sidekiq home page](http://sidekiq.org) for the simple 3-step process.
|
||||
See the [Getting Started wiki page](https://github.com/mperham/sidekiq/wiki/Getting-Started) and follow the simple setup process.
|
||||
You can watch [Railscast #366](http://railscasts.com/episodes/366-sidekiq) to see Sidekiq in action. If you do everything right, you should see this:
|
||||
|
||||

|
||||
|
|
|
@ -102,18 +102,20 @@ module Sidekiq
|
|||
end
|
||||
|
||||
def self.banner
|
||||
%q{ s
|
||||
ss
|
||||
sss sss ss
|
||||
s sss s ssss sss ____ _ _ _ _
|
||||
s sssss ssss / ___|(_) __| | ___| | _(_) __ _
|
||||
s sss \___ \| |/ _` |/ _ \ |/ / |/ _` |
|
||||
s sssss s ___) | | (_| | __/ <| | (_| |
|
||||
ss s s |____/|_|\__,_|\___|_|\_\_|\__, |
|
||||
s s s |_|
|
||||
s s
|
||||
sss
|
||||
sss }
|
||||
%q{
|
||||
m,
|
||||
`$b
|
||||
.ss, $$b .,d$
|
||||
`$$P,d$P' .,md$$P' ____ _ _ _ _
|
||||
,$$$$$$bmmd$$$^' / ___|(_) __| | ___| | _(_) __ _
|
||||
,d$$$$$$$$$$$P \___ \| |/ _` |/ _ \ |/ / |/ _` |
|
||||
$s^' `"^$$$' ___) | | (_| | __/ <| | (_| |
|
||||
$: ,$$P |____/|_|\__,_|\___|_|\_\_|\__, |
|
||||
`b :$$ |_|
|
||||
$$:
|
||||
$$
|
||||
.d$$
|
||||
}
|
||||
end
|
||||
|
||||
def handle_signal(sig)
|
||||
|
|
Loading…
Add table
Reference in a new issue