summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2019-09-06 03:08:39 +0000
committerEvan Read <eread@gitlab.com>2019-09-06 03:08:39 +0000
commit4abfcfa81ead20e94a0d3fc084ba3b2c2ba6a299 (patch)
tree983986d547f3cc020337695c905edf24e418e231
parent7ba4ffec7e3bc7845dfd52b2cdd213d046940144 (diff)
parent307302cf6b5d6130aaeba3c48ab6f7680ba1943a (diff)
downloadgitlab-ce-4abfcfa81ead20e94a0d3fc084ba3b2c2ba6a299.tar.gz
Merge branch 'dblessing-update-arch-diag' into 'master'
Update Sidekiq in architecture diagram See merge request gitlab-org/gitlab-ce!32673
-rw-r--r--doc/development/architecture.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/development/architecture.md b/doc/development/architecture.md
index ee5fc553e27..147bd21e6c7 100644
--- a/doc/development/architecture.md
+++ b/doc/development/architecture.md
@@ -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