Chris Feehan
cfeehan
3 points
Tools cfeehan is Following
Resque
github.com/resque/resque
Background jobs can be any Ruby class or module that responds to perform. Your existing classes can easily ...
Sidekiq
sidekiq.org
Sidekiq uses threads to handle many jobs at the same time in the same process. It does not require Rails bu...
delayed_job
github.com/collectiveidea/d...
Delayed_job (or DJ) encapsulates the common pattern of asynchronously executing longer tasks in the backgro...
Que
github.com/chanks/que
Que is a high-performance alternative to DelayedJob or QueueClassic that improves the reliability of your a...