Skip to content
This repository has been archived by the owner on Feb 6, 2023. It is now read-only.

Latest commit

 

History

History
10 lines (5 loc) · 372 Bytes

README.md

File metadata and controls

10 lines (5 loc) · 372 Bytes

pg_job_queue

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