Skip to content
代码片段 群组 项目
  • Joerg Behrmann's avatar
    241c923e
    Support: Increase startup limit interval for Puma and Sidekiq · 241c923e
    Joerg Behrmann 创作于
    Both Puma and Sidekiq are systemd services of type notify, which means that they
    notify systemd once they have started. If they run into the startup timeout,
    they will be restarted, but they will neer hit their start limit burst
    threshold, since the window is smaller than their startup timeout times the
    number of startups (DefaultStartLimitBurst=5).
    
    This commit increases the start limit interval so that the service can fail when
    repeatedly running into the startup timeout instead of being constantly
    restarted.
    241c923e
    历史
    Support: Increase startup limit interval for Puma and Sidekiq
    Joerg Behrmann 创作于
    Both Puma and Sidekiq are systemd services of type notify, which means that they
    notify systemd once they have started. If they run into the startup timeout,
    they will be restarted, but they will neer hit their start limit burst
    threshold, since the window is smaller than their startup timeout times the
    number of startups (DefaultStartLimitBurst=5).
    
    This commit increases the start limit interval so that the service can fail when
    repeatedly running into the startup timeout instead of being constantly
    restarted.
代码所有者
将用户和群组指定为特定文件更改的核准人。 了解更多。