def resendRequest()

in associated-press/app/services/AssociatedPressService.scala [101:106]


    def resendRequest(): Unit = {
      // if there is an error, we wait 5 seconds and try fetching the page again
      Thread.sleep(5000L)
      logger.error(s"Resending request $page")
      self ! page
    }