class Legion::Extensions::Sleepiq::Actor::Poll

Public Instance Methods

int_percentage_normalize() click to toggle source
# File lib/legion/extensions/sleepiq/actors/poll.rb, line 12
def int_percentage_normalize
  0.02
end
runner_class() click to toggle source
# File lib/legion/extensions/sleepiq/actors/poll.rb, line 4
def runner_class
  Legion::Extensions::Sleepiq::Runners::Family
end
runner_function() click to toggle source
# File lib/legion/extensions/sleepiq/actors/poll.rb, line 8
def runner_function
  'family_status'
end