You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A good chunk of the compute done by the Edge Proxy is JSON marshalling
and unmarshalling, and having a more performant library has an impact.
Todoist's production data shows an approximate:
- Reduction in average CPU usage of 1%
- Reduction in p99 latency of 5%
- Increased throughput by ~8%
With recent improvements, an ECS instance with 4 vCPU is able to handle
3000 requests per minute without noticeable variation to p99 latency.
0 commit comments