Update sucker_punch adapter's description

[ci skip]
This commit is contained in:
Jon Moss 2016-01-27 16:07:46 -05:00
parent 2c131141ca
commit 0db5882bb0
1 changed files with 4 additions and 6 deletions

View File

@ -5,12 +5,10 @@ module ActiveJob
# == Sucker Punch adapter for Active Job
#
# Sucker Punch is a single-process Ruby asynchronous processing library.
# It's girl_friday and DSL sugar on top of Celluloid. With Celluloid's
# actor pattern, we can do asynchronous processing within a single process.
# This reduces costs of hosting on a service like Heroku along with the
# memory footprint of having to maintain additional jobs if hosting on
# a dedicated server. All queues can run within a single Rails/Sinatra
# process.
# This reduces the cost of of hosting on a service like Heroku along
# with the memory footprint of having to maintain additional jobs if
# hosting on a dedicated server. All queues can run within a
# single application (eg. Rails, Sinatra, etc.) process.
#
# Read more about Sucker Punch {here}[https://github.com/brandonhilkert/sucker_punch].
#