1. 25.07.2019 4 коммита
  2. 24.07.2019 17 коммитов
  3. 23.07.2019 17 коммитов
  4. 22.07.2019 2 коммита
    • Gosia Ksionek's avatar
      Add review remarks
      · bdf4da81
      Gosia Ksionek создал
      Add cr remarks
      
      Add cr remarks
      bdf4da81
    • Stan Hu's avatar
      Use persistent Redis cluster for Workhorse pub/sub notifications
      · 583c12ac
      Stan Hu создал
      Previously, in Omnibus, Workhorse expected to listen via the Redis
      shared state cluster for the `workhorse:notifications` publish/subscribe
      channel, but the Rails code was using the Sidekiq queue cluster for
      this. To fix this inconsistency, we make the Rails code use the
      persistent cluster, since we don't want Workhorse to be looking at
      anything Sidekiq-related.
      583c12ac