Repository is archived
No commit activity in last 3 years
No release in over 3 years
Declare job classes that can be run by a variety of queueing backends.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

~> 1.6
>= 0

Runtime

 Project Readme

Active Job

Active Job backported to Rails 4.0 and 4.1

gem 'activejob_backport'

And create config/initializers/active_job.rb with:

ActiveJob::Base.queue_adapter = :inline # default queue adapter
# Adapters currently supported: :backburner, :delayed_job, :qu, :que, :queue_classic,
#                               :resque, :sidekiq, :sneakers, :sucker_punch

See how to use Active Job and the official repo

Build Status