Update Sidekiq in architecture diagram

This commit is contained in:
Drew Blessing 2019-09-04 19:47:18 +00:00
parent c3c5d6fba6
commit 307302cf6b

View file

@ -61,8 +61,8 @@ graph TB
Unicorn --> PgBouncer[PgBouncer]
Unicorn --> Redis
Unicorn --> Gitaly
Redis --> Sidekiq
Sidekiq["Sidekiq (GitLab Rails, ES Indexer)"] --> PgBouncer
Sidekiq --> Redis
Sidekiq --> PgBouncer
GitLabWorkhorse[GitLab Workhorse] --> Unicorn
GitLabWorkhorse --> Redis
GitLabWorkhorse --> Gitaly