Skip to content
代码片段 群组 项目
  • Stan Hu's avatar
    eb2bc7d9
    Simplify /-/liveness check to avoid connecting to the database · eb2bc7d9
    Stan Hu 创作于
    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.
    eb2bc7d9
    历史
    Simplify /-/liveness check to avoid connecting to the database
    Stan Hu 创作于
    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.
代码所有者
将用户和群组指定为特定文件更改的核准人。 了解更多。