Hacker News new | ask | show | jobs
Multi-process Node.js task scheduler made easy (sidequestjs.com)
2 points by merencia 2863 days ago
1 comments

Some years ago I created a lib named node-cron, but it has a problem, when a blocking I/O is made for example a loop, the main process is blocked.

I tried to create a library for task scheduling using child process, but I don't know if it's a good idea.

Is this useful?