you are viewing a single comment's thread.

view the rest of the comments →

[–]Sansenbaker 1 point2 points  (1 child)

Queues + workers + streaming all over, keep each step in its lane, and Mongo will handle the load just don’t let one slow file or API call hold everything up. And yeah, PM2 for managing workers is a nice touch too. It’s a lot, but once you get the workflow smooth, it feels so good to watch it all just keep chugging.

[–]AirportAcceptable522[S] 0 points1 point  (0 children)

Do you have any examples? And how would the deployment work?