Saturday 18 March 2017

Question: Intensive processes with Node.js

Hi all, quick question regarding intensive processes: is it considered bad practice to send emails (e.g. forgot password) and do image manipulation (e.g. resize & scale avatar) in my app without offloading them to a job queue? I'm working on an open source app and really don't want to make the requirements too steep by requiring Redis, job queues, workers etc. Also, how do you prefer to handle cron jobs with node? Thanks.

Submitted March 18, 2017 at 03:26PM by niallobrien_83

No comments:

Post a Comment