class Honeybadger::Worker

def calc_throttle_interval

def calc_throttle_interval
  ((BASE_THROTTLE**throttle) - 1).round(3)
end