Sidekiq Addhoc Scheduler

Installation

Add this line to your application’s Gemfile:

“by gem “sidekiq_adhoc_scheduler”, :git => “[email protected]:khaile/sidekiq_adhoc_scheduler.git”

And then execute:

“sh bundle “

Or install itself as:

“sh gem install sidekiq_adhoc_scheduler “

Usage

To enable this extension, insert this piece of code in your app at the initialization stage:

“by require ‘sidekiq_adhoc_scheduler’