Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-12-05 06:08:47 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-12-05 06:08:47 +0300
commitf0208efd0b9afee8a00690d430e9aec2171a1955 (patch)
tree9bf10cd37233e54bcdf84dbb76d5a52aaedd56cf /doc/development/geo.md
parentf50a7f8d970c50026e52c0b5d1c444b365d3b795 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/development/geo.md')
-rw-r--r--doc/development/geo.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/geo.md b/doc/development/geo.md
index 10747ea170e..f147574eaf5 100644
--- a/doc/development/geo.md
+++ b/doc/development/geo.md
@@ -308,7 +308,7 @@ sequenceDiagram
- Sidekiq queries `job_artifact_registry` in the [PostgreSQL Geo Tracking Database](#tracking-database) for the number of rows marked "pending verification" or "failed verification and ready to retry"
- Sidekiq enqueues one or more `Geo::VerificationBatchWorker` jobs, limited by the "maximum verification concurrency" setting
- Sidekiq picks up `Geo::VerificationBatchWorker` job
- - Sidekiq queries `job_artifact_registry` in the PostgreSQL Geo Tracking Databasef for rows marked "pending verification"
+ - Sidekiq queries `job_artifact_registry` in the PostgreSQL Geo Tracking Database for rows marked "pending verification"
- If the previous step yielded less than 10 rows, then Sidekiq queries `job_artifact_registry` for rows marked "failed verification and ready to retry"
- For each row
- Sidekiq marks it "started verification"