Azure / acr

Azure Container Registry samples, troubleshooting tips and references
https://aka.ms/acr
Other
162 stars 106 forks source link

Webhook retry strategy #681

Closed PSanetra closed 7 months ago

PSanetra commented 1 year ago

Currently it seems like webhook calls are only tried once and never retried if a call failed. It would be nice if it was possible to configure retry strategies.

github-actions[bot] commented 9 months ago

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 30 days.

sajayantony commented 7 months ago

Closing since this is quite an old issue, but in most cases that require maybe sending the message to a persistent storage or retries, event grid might be the better option.