diff options
author | Hiroyuki Sato <sathiroyuki@gmail.com> | 2019-04-01 15:11:08 +0900 |
---|---|---|
committer | Hiroyuki Sato <sathiroyuki@gmail.com> | 2019-04-05 00:22:56 +0900 |
commit | 0adedbb4822a8daaa215b33c88ace136c31d042d (patch) | |
tree | 7adcd76e9bb9172c5c7d5200803957bb00ed7be5 /config/sidekiq_queues.yml | |
parent | c7f918aa691b1b9c6ee6a489ae28a094eacff72c (diff) | |
download | gitlab-ce-0adedbb4822a8daaa215b33c88ace136c31d042d.tar.gz |
Fix the bug that the project statistics is not updated
Diffstat (limited to 'config/sidekiq_queues.yml')
-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] |