Closed justinsisley closed 7 years ago
For dealing with long-running tasks without blocking the event loop: https://github.com/allegro/node-worker-nodes
Perhaps this can be used as part of an "agenda", or "tasks" process for running background tasks on a schedule.
No need to add to framework. Easy to add per project, as needed.
For dealing with long-running tasks without blocking the event loop: https://github.com/allegro/node-worker-nodes