Commit bb85fb32 authored by Mark Chao's avatar Mark Chao

Merge branch 'sidekiq_retries' into 'master'

Set retries of ScanSecurityReportSecretsWorker for max 3 days

See merge request gitlab-org/gitlab!49022
parents a3083266 e1f23131
......@@ -8,7 +8,7 @@ class ScanSecurityReportSecretsWorker # rubocop:disable Scalability/IdempotentWo
worker_resource_boundary :cpu
sidekiq_options retry: 20
sidekiq_options retry: 17
worker_has_external_dependencies!
idempotent!
......
---
title: Set retries of ScanSecurityReportSecretsWorker for max 3 days
merge_request: 49022
author:
type: changed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment