mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Add ent? for completeness, unused at the moment
This commit is contained in:
parent
9984157a6c
commit
fc3c1be438
1 changed files with 4 additions and 0 deletions
|
@ -222,6 +222,10 @@ module Sidekiq
|
|||
defined?(Sidekiq::Pro)
|
||||
end
|
||||
|
||||
def self.ent?
|
||||
defined?(Sidekiq::Enterprise)
|
||||
end
|
||||
|
||||
# How frequently Redis should be checked by a random Sidekiq process for
|
||||
# scheduled and retriable jobs. Each individual process will take turns by
|
||||
# waiting some multiple of this value.
|
||||
|
|
Loading…
Add table
Reference in a new issue