class ElasticAPM::TimedWorker

def run_forever

def run_forever
  loop do
    run_once
    sleep SLEEP_INTERVAL
  end
end