0.0
The project is in a healthy, maintained state
An ActiveJob adapter that discards all jobs.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
 Dependencies
 Project Readme

activejob-null

ActiveJob Queue Adapter That Discards All Jobs (/dev/null for background jobs)

Installation and Setup

Add this gem to your Gemfile

gem 'activejob-null'

Configure your Rails application to use it in config/application.rb or config/environments/*

config.active_job.queue_adapter = :null

All jobs will now be discarded instead of run.