function(req, res) {
    Promise.delay(lockout.SLEEP_TIME)
      .then(function() {
        res.status(404).send({ "status": "fail", "code": "not_found" });
      });