Skip to content
代码片段 群组 项目
  • John Cai's avatar
    485fe2c8
    git: Parse and display gitaly limit error · 485fe2c8
    John Cai 创作于
    Gitaly will soon return errors of the type LimitError. These can occur
    whenever Gitaly determines that it is overloaded and can't keep up with
    the current request load. It is a way for Gitaly to impose backpressure
    on clients.
    
    When this error gets returned to workhorse, we want to recognize it and
    write something meaningful that Git recognizes and can pass through to
    the end user.
    
    This commit changes how we handle errors for upload-pack and
    receive-pack.
    
    Changelog: changed
    485fe2c8
    历史
    git: Parse and display gitaly limit error
    John Cai 创作于
    Gitaly will soon return errors of the type LimitError. These can occur
    whenever Gitaly determines that it is overloaded and can't keep up with
    the current request load. It is a way for Gitaly to impose backpressure
    on clients.
    
    When this error gets returned to workhorse, we want to recognize it and
    write something meaningful that Git recognizes and can pass through to
    the end user.
    
    This commit changes how we handle errors for upload-pack and
    receive-pack.
    
    Changelog: changed
代码所有者
将用户和群组指定为特定文件更改的核准人。 了解更多。