Commit 27ae8d37 authored by Dmytro Zaporozhets's avatar Dmytro Zaporozhets

Merge branch '221579-syncseatlinkrequestworker-retry-count' into 'master'

Resolve "Increase retry count for the SyncSeatLinkRequestWorker"

Closes #221579

See merge request gitlab-org/gitlab!34463
parents 9b8a50fb 60767415
......@@ -5,6 +5,9 @@ class SyncSeatLinkRequestWorker
feature_category :billing
# Retry for up to approximately 6 days
sidekiq_options retry: 20
idempotent!
worker_has_external_dependencies!
......
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