TaskQueue Packages

@roonlabs/node-pg-tasks

Pub/Sub task queue backed by Postgres # Quickstart ```Javascript const PgTasks = require('@roonlabs/node-pg-tasks'); const client = new PgTasks({user: 'postgres', password: 'postgres', database: 'testdb'})

1.0.1 • Published 2 years ago

node-concurrent-worker-tasks

This library provides a solution for managing concurrent tasks in a Node.js environment. It leverages a combination of worker threads organized into a pool and a task queue system to efficiently execute tasks, ensuring optimal utilization of system resour

0.1.3 • Published 6 months ago