From d899d2a373f8be3d94760299faafa19c3c432c1e Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Fri, 30 Apr 2021 18:10:09 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- app/workers/propagate_integration_inherit_worker.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app/workers/propagate_integration_inherit_worker.rb') diff --git a/app/workers/propagate_integration_inherit_worker.rb b/app/workers/propagate_integration_inherit_worker.rb index 40d67c6d3bf..5520b774821 100644 --- a/app/workers/propagate_integration_inherit_worker.rb +++ b/app/workers/propagate_integration_inherit_worker.rb @@ -3,6 +3,8 @@ class PropagateIntegrationInheritWorker include ApplicationWorker + sidekiq_options retry: 3 + feature_category :integrations idempotent! -- cgit v1.2.3