class ElasticAPM::CentralConfig

def handle_error(error)

def handle_error(error)
  error(
    'Failed fetching config: %s, trying again in %d seconds',
    error.response.body, DEFAULT_MAX_AGE
  )
  assign({})
  schedule_next_fetch(error.response)
end