Search Results for: cold

MicroServerlessLamba.NET Series – API Call Resilience

In this next blog post of the MicroServerlessLamba.NET series, we will review how we managed to make microservices calls in a more resilient way.  As previously covered, hosting via functions as a service is not a silver bullet and it has its own set of challenges.  AWS Lambda is not an exception to this.  Functions …

MicroServerlessLamba.NET Series – API Call Resilience Read More »

Retry OData Client calls with Polly in .NET 4.5

Polly is a powerful fault handling library which can help make your service calls more resilient to failure.  Polly makes it very easy to define policies for service call retries, timeouts, circuit breaking and fallbacks that configure against your service client in a fluent way. We use Polly in our serverless microservice architecture extensively to …

Retry OData Client calls with Polly in .NET 4.5 Read More »