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

michelmilezzi/pg_job_queue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A PostgreSQL job queue manager

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published