Update Sidekiq in architecture diagram
This commit is contained in:
parent
c3c5d6fba6
commit
307302cf6b
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue