Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Related Rants
Hi guys so I'm having a little problem with this thread blocking algorithms.
So the problem sound like this: I have a route that generates a zip with huge size files.
The flow works like this:
GetUrl's > ObtainHugeSizeBuffer > GenerateZIP > UploadZIPToCloud
The problem here is that i cannot modify the timeout response default time of 2 minutes with express-timeout module. And i've been trying to break the loop holes to .nextTick() functionalities.
I've even tried to look over queueing but I don't think this apply in this situation.
Do you guys have any idea how to expand the response time?
undefined
javascript
express
js
node.js