Skip to content
  • Stan Hu's avatar
    Simplify /-/liveness check to avoid connecting to the database · 43d133404a05
    Stan Hu authored
    The previous implementation would hit the database each time
    and provide a dummy response. If the database goes down, this
    means all application workers would be taken out of service.
    Simplify this check by using a Rails middleware that intercepts
    this endpoint and returns a 200 response.
    43d133404a05