summaryrefslogtreecommitdiff
path: root/app/workers/project_daily_statistics_worker.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/workers/project_daily_statistics_worker.rb')
-rw-r--r--app/workers/project_daily_statistics_worker.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/workers/project_daily_statistics_worker.rb b/app/workers/project_daily_statistics_worker.rb
index c60bee0ffdc..2166655115d 100644
--- a/app/workers/project_daily_statistics_worker.rb
+++ b/app/workers/project_daily_statistics_worker.rb
@@ -1,5 +1,6 @@
# frozen_string_literal: true
+# Deprecated: https://gitlab.com/gitlab-org/gitlab/-/issues/214585
class ProjectDailyStatisticsWorker # rubocop:disable Scalability/IdempotentWorker
include ApplicationWorker