Commit 60767415 authored by Tyler Amos's avatar Tyler Amos

SyncSeatLinkRequestWorker can retry up to 6 days

This changes the SyncSeatLinkRequestWorker retry count from the
default of 3 to 20.
parent f64eaae4
......@@ -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