Skip to content
代码片段 群组 项目
  • Sean McGivern's avatar
    adf4d90e
    Remove Sidekiq standalone references from systemd examples · adf4d90e
    Sean McGivern 创作于
    `bin/sidekiq-cluster` (either directly, or via `bin/background_jobs`)
    has been the only entry point for a while to launch Sidekiq processes
    in:
    
    - Omnibus.
    - Helm charts.
    - GDK.
    - Source installs using sysvinit.
    
    However, our systemd unit file example was still using `bundle exec
    sidekiq`. Switching that to `bin/background_jobs` means that we can
    finally claim that `bin/sidekiq-cluster` is the only entry point
    everywhere, and simplify some of the Sidekiq system checks.
    
    Changelog: changed
    未验证
    adf4d90e
    历史
    Remove Sidekiq standalone references from systemd examples
    Sean McGivern 创作于
    `bin/sidekiq-cluster` (either directly, or via `bin/background_jobs`)
    has been the only entry point for a while to launch Sidekiq processes
    in:
    
    - Omnibus.
    - Helm charts.
    - GDK.
    - Source installs using sysvinit.
    
    However, our systemd unit file example was still using `bundle exec
    sidekiq`. Switching that to `bin/background_jobs` means that we can
    finally claim that `bin/sidekiq-cluster` is the only entry point
    everywhere, and simplify some of the Sidekiq system checks.
    
    Changelog: changed
代码所有者
将用户和群组指定为特定文件更改的核准人。 了解更多。