Skip to content

Update Sidekiq in architecture diagram

Drew Blessing requested to merge dblessing-update-arch-diag into master

What does this MR do?

Minor updates to the GitLab architecture mermaid diagram.

  • The diagram showed Redis connecting to Sidekiq. However, the inverse is true.
  • The parenthetical items on Sidekiq were confusing IMO. Technically Sidekiq does run GitLab Rails, but not in the same way as Unicorn. Similarly, Sidekiq is about way more than ES Indexer, and it's not even the 'indexer' itself - it just does incremental indexing.
Edited by 🤖 GitLab Bot 🤖

Merge request reports