Sidekiq Addhoc Scheduler
Installation
Add this line to your application's Gemfile:
gem "sidekiq_adhoc_scheduler", :git => "[email protected]:khaile/sidekiq_adhoc_scheduler.git"
And then execute:
bundle
Or install itself as:
gem install sidekiq_adhoc_scheduler
Usage
To enable this extension, insert this piece of code in your app at the initialization stage:
require 'sidekiq_adhoc_scheduler'