Skip to content

Commit 912ed03

Browse files
Merge pull request #307118 from MicrosoftDocs/main
Auto Publish – main to live - 2025-10-20 05:00 UTC
2 parents cb4db2b + 147562c commit 912ed03

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

articles/reliability/reliability-storage-queue.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ To manage transient faults effectively by using Queue Storage, you can take the
5454

5555
- **Configure appropriate timeouts** in your Queue Storage client to balance responsiveness with resilience to temporary slowdowns. The default timeouts in Azure Storage client libraries are typically suitable for most scenarios.
5656

57-
- **Implement circuit breaker patterns** in your application when it processes messages from queues. Circuit breaker patters prevent cascading failures when downstream services experience problems.
57+
- **Implement circuit breaker patterns** in your application when it processes messages from queues. Circuit breaker patterns prevent cascading failures when downstream services experience problems.
5858

5959
- **Use visibility timeouts appropriately** when your application receives messages. Visibility timeouts ensure that messages become available for retry if your application encounters failures during processing.
6060

0 commit comments

Comments
 (0)