[go: nahoru, domu]

Skip to content

Latest commit

 

History

History
43 lines (20 loc) · 728 Bytes

resilient-config-python.md

File metadata and controls

43 lines (20 loc) · 728 Bytes

resilient-config-python

Resiliency configuration guide for Python

Intro

Python application configuration guide to achieve resiliency using patterns against faults and trasient problems from Azure Service components

Azure Cache for Redis

1. Retry

2. Fallback

3. Timeouts

4. Circuit breaker

Cosmos DB

1. Retry

2. Fallback

3. Timeouts

4. Circuit breaker

Next Topics