diff options
author | Douwe Maan <douwe@gitlab.com> | 2019-04-09 09:52:27 +0000 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2019-04-09 09:52:27 +0000 |
commit | ca03848d212d46c72857e4ae5a698762c6958535 (patch) | |
tree | dbc22feccbb52a65f63143aa0adfba3a64a14099 /config | |
parent | 87f665e83e2139363f94d19bae08c3a2682c6481 (diff) | |
parent | 770f721962cd30e930ab7b6e06e9386da6325c3c (diff) | |
download | gitlab-ce-ca03848d212d46c72857e4ae5a698762c6958535.tar.gz |
Merge branch 'delay-update-statictics' into 'master'
Fix the bug that the project statistics is not updated
See merge request gitlab-org/gitlab-ce!26854
Diffstat (limited to 'config')
-rw-r--r-- | config/sidekiq_queues.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/sidekiq_queues.yml b/config/sidekiq_queues.yml index 2dc0da00919..8bc2426ec4c 100644 --- a/config/sidekiq_queues.yml +++ b/config/sidekiq_queues.yml @@ -89,4 +89,5 @@ - [project_daily_statistics, 1] - [import_issues_csv, 2] - [chat_notification, 2] - - [migrate_external_diffs, 1] + - [migrate_external_diffs, 1] + - [update_project_statistics, 1] |