Skip to content

smartoperation/active_job-disable

Repository files navigation

ActiveJob::Disable

Gem Version CircleCI

An ActiveJob queue adapter that disables delayed job.

Installation

Add this line to your application's Gemfile:

gem 'active_job-disable'

And then execute:

$ bundle

Usage

Add this line to your application.rb:

config.active_job.queue_adapter = :disable

After that, ActiveJob::Disable:DisabledError is thrown if you call perform_later or deliver_later.

License

The gem is available as open source under the terms of the MIT License.

About

An ActiveJob queue adapter that disables delayed job.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •