5 ms·
Why not just handle this in the application with queues and background jobs?
by arxgo 8mo ago
Why not just handle this in the application with queues and background jobs?
- akarshc 8mo agoQueues work well before or after a request, but they’re awkward once a response is already streaming. This layer exists mainly to handle failures during a stream without spreading that logic across handlers, workers, and client code.