2

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?

Comments
Add Comment