Oncall Report 10-16

Action taken

Stakeholder Inquiries

PagerDuties

Pending Tasks/Bugs

Sync after meeting

Topic: xpesrch improvement

Goal

fact: - there were times where rpc server latency reached ~8 minutes (yes, it’s minute, not second)
Question to explore
1.1. is the timeout config is properly in place
1.2. is the logic use blocking loop that caused more latency on server side? (explore paralel)
1.3. is introducing async call to pot will reduce latency and free up resource to serve other usecase?
 1.3.1 example: get review request 

2. increase xpesrch throughput
Question
2.1. introduce async caller to pot?