Directory
pg-boss
Postgres job queue for Node
FreeAutomation & background jobsgithub.com
What it is
A Node.js job queue that uses Postgres
SKIP LOCKED for concurrency instead of Redis. Provides cron-scheduled jobs, deferred and throttled jobs, retries with exponential backoff, job dependencies via completion callbacks, and automatic archiving and pruning of finished jobs.Why it earns a slot
The zero-new-infrastructure option: if you have Postgres you already have a queue, and jobs can commit in the same transaction as your data, which kills the dual-write bug where the row saves but the job vanishes.
Know before you commit
Needs a long-running Node process, so it does not work on serverless. Throughput ceiling is your database: fine for thousands of jobs a minute, not hundreds of thousands.
Getting started
npm install pg-boss
Neighbourhood
How pg-boss sits against the rest of the atlas — swaps, companions and the tools builders actually save alongside it.
Named in the wiringDefer
Also in Automation & background jobs
Activepieces
activepieces.comNot yet swept
MIT-licensed open-source automation
Free tier + paidAutomation & background jobs
Community edition free under MIT with no cap on runs, users or flows. Cloud Free: daily refreshing credits. Plus $16/mo (up to 5 users), Team $166/mo (25 users). Overage $0.007/credit.
Open dossier
BullMQ
bullmq.ioNot yet swept
Redis-backed Node.js job queue
Free tier + paidAutomation & background jobs
Core library free and MIT. BullMQ Pro $139/mo or $1,395/year per deployment for orgs under 100 employees; Enterprise and Embedded custom. You supply and pay for your own Redis.
Open dossier
Cloudflare Queues + Cron Triggers
developers.cloudflare.comNot yet swept
Edge queues plus scheduled Workers
Free tier + paidAutomation & background jobs
Workers Free: 100,000 requests/day, 10,000 queue operations/day, Cron Triggers included. Workers Paid $5/mo: 10M requests and 1M queue operations included, then $0.30 per million requests and $0.40 per million operations.
Open dossier
Defer
defer.runNot yet swept
Discontinued, redirects away
PaidAutomation & background jobs
Discontinued, no pricing. The domain now 302-redirects to an unrelated product at digger.tools.
Open dossier