Overview: What is pg-boss
masterpg-boss is a job queue built in Node.js on top of PostgreSQL, providing background processing and reliable asynchronous execution. It leverages PostgreSQL's SKIP LOCKED feature for exactly-once delivery, ensuring safe record locking and guaranteed atomic commits. It is designed for teams familiar with relational database semantics (SQL, querying, backups) and aims to reduce architectural complexity by using PostgreSQL as the sole queue backend.
Sources: docs/README.md