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.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/workers/pages_domain_verification_worker.rb b/app/workers/pages_domain_verification_worker.rb
index ff0463481cd..b67b1b4d8ee 100644
--- a/app/workers/pages_domain_verification_worker.rb
+++ b/app/workers/pages_domain_verification_worker.rb
@@ -3,8 +3,10 @@
class PagesDomainVerificationWorker # rubocop:disable Scalability/IdempotentWorker
include ApplicationWorker
+ sidekiq_options retry: 3
+
feature_category :pages
- tags :requires_disk_io
+ tags :requires_disk_io, :exclude_from_kubernetes
# rubocop: disable CodeReuse/ActiveRecord
def perform(domain_id)