I'm having a little problem with thread blocking algorithms.
I have a route that generates a zip with huge size files.
The flow works like this: GetUrls > ObtainHugeSizeBuffer > GenerateZIP > UploadZIPToCloud
I cannot modify the timeout response default time of 2 minutes with the express-timeout
module. I've also been trying to break the loopholes in the .nextTick()
function.
I've even tried to look over queueing but I don't think that applies in this situation.
Do you guys have any idea how to expand the response time? - I strictly need to for one route only.