Hamburger Icon
  • Course
    • Libraries: If you want this course, consider one of these libraries.
    • Core Tech

Error Handling in Stateless Environments

In this session, you'll learn about error handling with retry mechanisms in stateless environments.

DevSecCon - Pluralsight course - Error Handling in Stateless Environments
by DevSecCon

What you'll learn

Retry mechanisms are common in microservices and particularly in cloud applications. They are an easy choice when it comes to software architectures with many services. Since every service is independent and you don’t know what is going on inside, retries are a “best-effort” approach which can help to recover from errors. Because every service is very small, the amount of services goes up and retries are chosen more than ever as the “right solution” for handling errors. But is it really the case? In a stateless world, retries can potentially cause unwanted behaviors and unexpected flows in the application, and they need to be dealt with a lot of thought.

Table of contents

About the author

DevSecCon - Pluralsight course - Error Handling in Stateless Environments
DevSecCon

DevSecCon is the global community dedicated to DevSecOps to help implement security in the overall development process.

More Courses by DevSecCon