你的位置: 码友网首页 / 资讯源列表 / Handling Transient Errors in Durable Functions

关于[Handling Transient Errors in Durable Functions]的摘要:

One of the things which are certain in the case of non-trivial code running in production are errors. Sooner or later they will happen and they don't even have to result from bugs. Some resources might be down, there can be a network problem, hardware failure, and many other short-lived issues. This is why resiliency is a key aspect of every application. In this post, I want to focus on handling transient errors in a very specific context - Durable Functions.

原文地址: https://www.tpeczek.com/2021/09/handling-transient-errors-in-durable.html

收录时间: 2021-09-29 浏览量: 845 分类: .NET

| 0 收藏 | 0