6
mt3o
5y

So I literally added a "slow mode" switch to the application. A line in the config which is directly passed to the Thread.sleep()
Imagine that, when under heavy load, performance increased.

Comments
  • 0
    This is how I discovered the need for retry/backoff and circuit breaker in my application. One never stops learning. Even passive aggressive approach can have positive outcome.
Add Comment