Skip to content
Snippets Groups Projects
  1. Feb 24, 2020
  2. Feb 18, 2020
  3. Feb 11, 2020
  4. Feb 06, 2020
  5. Feb 05, 2020
  6. Jan 31, 2020
  7. Jan 30, 2020
  8. Jan 28, 2020
  9. Jan 23, 2020
  10. Jan 09, 2020
  11. Jan 08, 2020
  12. Dec 20, 2019
  13. Nov 28, 2019
  14. Nov 26, 2019
  15. Nov 19, 2019
  16. Nov 05, 2019
  17. Oct 22, 2019
  18. Oct 16, 2019
  19. Oct 15, 2019
  20. Oct 14, 2019
  21. Oct 09, 2019
  22. Oct 07, 2019
  23. Oct 01, 2019
  24. Sep 25, 2019
  25. Sep 24, 2019
  26. Sep 18, 2019
  27. Sep 11, 2019
  28. Sep 10, 2019
    • Qingyu Zhao's avatar
      Change Sidekiq monitor namespace · eeeaebe6
      Qingyu Zhao authored
      Move Gitlab::SidekiqMonitor to namespace Gitlab::SidekiqDaemon::Monitor
       - Class name and file name change
       - File path change to lib/gitlab/sidekiq_daemon/monitor.rb
       - Update class usage/reference in other files, including documentation
      eeeaebe6
  29. Sep 05, 2019
  30. Sep 03, 2019
  31. Aug 28, 2019
  32. Aug 22, 2019
  33. Aug 21, 2019
    • Kamil Trzcińśki's avatar
      Rework `Sidekiq::JobsThreads` into `Monitor` · c2cbfc5c
      Kamil Trzcińśki authored
      This makes:
      - very shallow `Middleware::Monitor` to only request tracking
        of sidekiq jobs,
      - `SidekiqStatus::Monitor` to be responsible to maintain persistent
        connection to receive messages,
      - `SidekiqStatus::Monitor` to always use structured logging
        and instance variables
      c2cbfc5c
Loading