1
0
Fork 0
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:
Mike Perham 2015-08-31 10:57:15 -07:00
commit 2311533ad6
2 changed files with 15 additions and 13 deletions

View file

@ -44,7 +44,7 @@ Installation
Getting Started 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: 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:
![Web UI](https://github.com/mperham/sidekiq/raw/master/examples/web-ui.png) ![Web UI](https://github.com/mperham/sidekiq/raw/master/examples/web-ui.png)

View file

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