Skip to content

Support sidekiq as an Active Job backend

Paul Mather requested to merge sidekiq into master

Created by: pmather

We add bin stubs for controlling sidekiq jobs as well as allowing the choice of the Active Job backend to be set via the "active_job_backend" setting in config/secrets.yml.

Merge request reports