pgjobqueue

June 5, 2018 ยท View on GitHub

A Proof of Concept that use PostgreSQL's Background worker capabilities to manage a very basic job queue, entirely on database side. Sometimes applications needs to execute asynchronous processing, without blocking the source transaction. pg_job_queue is a PostgreSQL extension designed to achieve that taking advantage from SPI.

Installation

TODO