mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Add dependency status badge
This commit is contained in:
parent
58db628a82
commit
3f1e028fa4
1 changed files with 4 additions and 1 deletions
|
@ -1,6 +1,9 @@
|
|||
Sidekiq [![Build Status](https://secure.travis-ci.org/mperham/sidekiq.png)](http://travis-ci.org/mperham/sidekiq)
|
||||
Sidekiq
|
||||
==============
|
||||
|
||||
[![Build Status](https://secure.travis-ci.org/mperham/sidekiq.png)](http://travis-ci.org/mperham/sidekiq)
|
||||
[![Dependency Status](https://gemnasium.com/mperham/sidekiq.png)](https://gemnasium.com/mperham/sidekiq)
|
||||
|
||||
Simple, efficient message processing for Ruby.
|
||||
|
||||
Sidekiq uses threads to handle many messages at the same time in the
|
||||
|
|
Loading…
Reference in a new issue