Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 382 Bytes

README.MD

File metadata and controls

7 lines (5 loc) · 382 Bytes

Day 24 - Synchronous Calls

Todays task is to optimize code that needs to perform two, time consuming operations. TestController invokes REST calls to other services, that takes long time to respond (250 and 350 milliseconds).

Test requires the interface to respond in less then 500ms. The task is to make it happen without changing the response times of dependent REST calls.