summaryrefslogtreecommitdiff
path: root/app/workers/pages_domain_verification_worker.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/workers/pages_domain_verification_worker.rb')
-rw-r--r--app/workers/pages_domain_verification_worker.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/workers/pages_domain_verification_worker.rb b/app/workers/pages_domain_verification_worker.rb
index 7817b2ee5fc..b0888036498 100644
--- a/app/workers/pages_domain_verification_worker.rb
+++ b/app/workers/pages_domain_verification_worker.rb
@@ -3,6 +3,8 @@
class PagesDomainVerificationWorker
include ApplicationWorker
+ feature_category :pages
+
# rubocop: disable CodeReuse/ActiveRecord
def perform(domain_id)
return if Gitlab::Database.read_only?