Viewing profile — tanveergill
tanveergill
HN member- Joined
- Tue, Oct 11, 2016, 8:45 PM UTC
- HN karma
- 3
- Public activity
- 11 items
- HN profile
- View on Hacker News ↗
About tanveergill
No profile information was provided.
Recent public activity
-
comment
Comment #46868630
[dead]
- story
- comment
- story
-
story
Show HN: Traycer – AI-Powered Code Analysis in Real Time for VSCode
Hey HN, we're thrilled to announce the alpha launch of Traycer, our new AI-driven code reviewer that works in the background as you code. During this initial phase, Traycer is comp…
-
comment
Comment #39049229
I agree that queues can cause problems especially when misconfigured. But some amount of queuing is necessary, to absorb short spikes in demand vs capacity. Also, queues can be hel…
-
comment
Comment #39049097
I am in the same school of thought as you, fair queuing is the most optimal solution while capacity is constrained. This is the approach we took in Aperture, an open-source load ma…
-
comment
Comment #39049043
Aperture ( https://github.com/fluxninja/aperture ) takes a slightly opinionated take on queue size. Instead of defining queue sizes, you put a timeout on each request which is the …
-
comment
Comment #39048979
I agree that fair queueing is a good solution to this problem! A request scheduler based on weighted fair queuing is also central to Aperture, an open-source load management system…
-
comment
Comment #39048827
We have been building a platform called Aperture in the open-source trying to solve this very problem. Our approach is to let the developer decide how long they want to wait in the…
- story