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>2021-07-21 15:09:35 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-07-21 15:09:35 +0300
commit7e5b78ee035a9cb43c65c029e4305ff7357b07d2 (patch)
treeb6d57d9674d97eb1fa22110a855b32682de22ef3 /app/workers/namespaces/root_statistics_worker.rb
parentea53c9c3c316a6eeb33da670e1e5bcbc39c6c79c (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/workers/namespaces/root_statistics_worker.rb')
-rw-r--r--app/workers/namespaces/root_statistics_worker.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/workers/namespaces/root_statistics_worker.rb b/app/workers/namespaces/root_statistics_worker.rb
index 92bf2e22020..b97dbca2c1c 100644
--- a/app/workers/namespaces/root_statistics_worker.rb
+++ b/app/workers/namespaces/root_statistics_worker.rb
@@ -4,6 +4,8 @@ module Namespaces
class RootStatisticsWorker
include ApplicationWorker
+ data_consistency :always
+
sidekiq_options retry: 3
queue_namespace :update_namespace_statistics