Understand how to approach designing queues in Node

added by JavaScript Kicks
4/30/2019 6:42:39 AM

1191 Views

A new scenario you might not have faced before: you have a long running task (like saving to a bunch of different databases, or processing video) that takes a while to process and it's currently causing your REST API response times to be way too slow for the end user.


0 comments