1
0
Fork 0
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:
Mike Perham 2022-03-04 10:16:42 -08:00
parent 9984157a6c
commit fc3c1be438

View file

@ -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.