module SidekiqRemoveScheduled
This module is responsible for extending scheduled/delayed job methods It also define remove_schduled method
@author [Rohit Jangid]
This module is responsible for clearing redis queue after job is done performing
@author [Rohit Jangid]
This module config the logger and maintain all logging methods
@author [rohit]
This module contain all redis configuration and client
@author [Rohit Jangid]
Constants
- VERSION
Public Class Methods
bind()
click to toggle source
This method bind sidekiq_remove_scheduled gem to sidekiq gem extend default methods and provide extra methods
# File lib/sidekiq_remove_scheduled.rb, line 8 def self.bind if SidekiqRemoveScheduled::Redis.client.nil? SidekiqRemoveScheduled::Redis.config end require 'sidekiq_remove_scheduled/binder' end