polly-wait-and-retry-http-get-request
Service icon

Polly - Wait and Retry HTTP GET Request

Stable version 1.0.0 (Compatible with OutSystems 11)
Uploaded on 27 Apr by 
5.0
 (1 rating)
polly-wait-and-retry-http-get-request

Polly - Wait and Retry HTTP GET Request

Details
Extension implementing the Polly WaitAndRetry resilience policy for a HTTP GET Request.
Read more

A simple custom code extension implementing the Polly Wait and Retry pattern to perform resilient HTTP Get Request. The primary use case is to perform job status checks against an asynchronous API operation (short-lived) until a final result.

Check the demo application and this article for details: https://medium.com/@stefan-weber/resilient-api-status-polling-in-outsystems-with-polly-79967cbea4df

Release notes (1.0.0)
License (1.0.0)
Reviews (1)
27 Apr
in version 1.0.0
Great idea and extension.