Skip to content

Commit ff23b96

Browse files
committed
minor rewording
1 parent 755c013 commit ff23b96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

posts/post-3.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ Many moons ago in my previous team at work, we had few legacy services implement
1515

1616
The two main problem statements I was faced with are:
1717

18-
1) How to avoid overloading a script that is struggling to handle high contention ?
19-
2) How to decide when it is safe to retry ?
18+
1) How to avoid overloading a service that is struggling to handle high request volume ?
19+
2) How to decide the frequency of retry ?
2020

2121
The answers to them are Circuit Breaker and Exponential Backoff respectively.
2222

0 commit comments

Comments
 (0)