Skip to content
Snippets Groups Projects
  1. Apr 22, 2020
  2. Apr 21, 2020
  3. Apr 20, 2020
  4. Apr 18, 2020
  5. Apr 17, 2020
  6. Apr 16, 2020
  7. Apr 15, 2020
  8. Apr 14, 2020
  9. Apr 13, 2020
  10. Apr 10, 2020
  11. Apr 09, 2020
    • Jason Plum's avatar
      Merge branch 'support-sidekiq-cluster' into 'master' · 137268a9
      Jason Plum authored
      Support sidekiq-cluster in gitlab-sidekiq image
      
      See merge request gitlab-org/build/CNG!418
      137268a9
    • Sean McGivern's avatar
      Support sidekiq-cluster in gitlab-sidekiq image · 3a41f00a
      Sean McGivern authored
      sidekiq-cluster offers two things:
      
      1. The ability to run and supervise multiple Sidekiq processes,
         potentially listening to different queues.
      2. Enhanced queue pre-processing, including the ability to negate a set
         of queues and the experimental query selector.
      
      In this case, we do not want to start multiple Sidekiq processes inside
      a single pod - for that, we'd run additional pods. As we only need the
      second item, we use the `--dryrun` option to sidekiq-cluster to get the
      command line it would execute, and then execute that command directly.
      3a41f00a
    • deps's avatar
      Update s3tools/s3cmd from 2.0.2 to 2.1.0 · 6ae7b067
      deps authored
      6ae7b067
  12. Apr 08, 2020