Prathyush PV
Prathyush PV
## What changed? This for testing and not for review. A POC for disabling ms cache and measuring performance difference. ## Why?
## What changed? Right now reshceulder picks task queues randomly in the reschedule loop. This can make it send low priority tasks before sending high priority tasks. It has to...
## What changed? Send raw history events from matching to frontend service. ## Why? To reduce CPU usage of matching service. ## How did you test it? - [x] built...
## What changed? This is not for merging. Testing rate limiter in IWRR. ## Why? Attempt to reduce spikyness in request. ## How did you test it? - [ ]...
## Summary - update rescheduler to update backoff time on failed submit - add dynamic configuration for rescheduler backoff parameters - pass new config to queue factories and tests ##...