Commit d9d323af authored by Mark Harding's avatar Mark Harding

(chore): retry on conflicts for subscriptions es delegate

No related merge requests found
Pipeline #77952419 waiting for manual action with stages
in 10 minutes and 15 seconds
......@@ -53,6 +53,7 @@ class CopyToElasticSearchDelegate
'type' => 'subscriptions',
'id' => $subscription->getSubscriberGuid(),
'body' => $body,
'retry_on_conflict' => 5, // Retry 5 times
];
$prepared = new Prepared();
......
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