Skip to content
代码片段 群组 项目
  • Sean McGivern's avatar
    49136d0c
    Exit with failure code when sidekiq-cluster child process fails · 49136d0c
    Sean McGivern 创作于
    sidekiq-cluster handles process supervision for its child Sidekiq
    processes, and terminates itself and all child processes if any child
    Sidekiq process exits.
    
    Previously, it always exited with a 0 status code (i.e. success), no
    matter how the child process had terminated.
    
    Now it exits with 1 if any child process had a non-zero exit code. This
    allows a process supervisor one level up (like systemd) to detect
    failures and restart.
    
    Changelog: changed
    未验证
    49136d0c
    历史
    Exit with failure code when sidekiq-cluster child process fails
    Sean McGivern 创作于
    sidekiq-cluster handles process supervision for its child Sidekiq
    processes, and terminates itself and all child processes if any child
    Sidekiq process exits.
    
    Previously, it always exited with a 0 status code (i.e. success), no
    matter how the child process had terminated.
    
    Now it exits with 1 if any child process had a non-zero exit code. This
    allows a process supervisor one level up (like systemd) to detect
    failures and restart.
    
    Changelog: changed
代码所有者
将用户和群组指定为特定文件更改的核准人。 了解更多。