diff --git a/main.py b/main.py index 4f264f18..d1c92e4c 100644 --- a/main.py +++ b/main.py @@ -132,6 +132,10 @@ def callback(future: ARMPolling): event_subscription_info={ "properties": { "eventDeliverySchema": "EventGridSchema", + "retryPolicy": { + "maxDeliveryAttempts": 8, + "eventTimeToLiveInMinutes": 3, # Call are real time, no need to wait + }, "destination": { "endpointType": "WebHook", "properties": {