5 ms·
> Queues Don't Fix Overload If the queue can withstand more simultaneous load than the processing service, they basically do.
by EspressoGPT 3y ago
> Queues Don't Fix Overload
If the queue can withstand more simultaneous load than the processing service, they basically do.
- kevincox 3y agoQueues mitigate short-term overload. They don't fix overload. Even in the short term there are likely detrimental effects (as latency rises) and if your long term average input is higher than your average output then you are still overloaded.