class Honeybadger::Worker

def throttled?

def throttled?
  mutex.synchronize { throttle > 0 }
end