Closed samau3 closed 4 months ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
mynintendo-scraper | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Jul 3, 2024 8:22pm |
The change in latency after increasing the thread count for gunicorn
:
The routes are considered healthy if the latency is below 2000ms, and before this change the average latency used to be 7000ms or more.
The deployed application has a lot of latency issues when receiving multiple concurrent requests. To reduce latency, the number of threads is increased.