diff --git a/docs/catalog/cloud/use-circuit-breaker.md b/docs/catalog/cloud/use-circuit-breaker.md index f1bf9a5c..197c0b75 100644 --- a/docs/catalog/cloud/use-circuit-breaker.md +++ b/docs/catalog/cloud/use-circuit-breaker.md @@ -1,9 +1,9 @@ --- version: 1.0 submitted_by: markus-ntt-seidl -published_date: TBD +published_date: 2023-09-28 category: cloud -description: [PATTERN_DESCRIPTION_METADATA] +description: Modern applications need to communicate with other applications on a regular basis. Since these other applications have their own deployment schedule, downtimes and availability, the network connection to these application might have problems. If the other application is not reachable, all network requests against this other application will fail and future network requests are futile. tags: - compute - size:medium