Re: PostgreSQL as advanced job queuing system

Dominique Devienne <ddevienne@gmail.com>

From: Dominique Devienne <ddevienne@gmail.com>
To: ushi <ushi@mailbox.org>
Cc: pgsql-general@lists.postgresql.org
Date: 2024-03-22T12:04:46Z
Lists: pgsql-general
On Fri, Mar 22, 2024 at 12:58 PM ushi <ushi@mailbox.org> wrote:

> i am playing with the idea to implement a job queuing system using
> PostgreSQL.


FYI, two bookmarks I have on this subject, that I plan to revisit
eventually:
* https://news.ycombinator.com/item?id=20020501
*
https://www.enterprisedb.com/blog/listening-postgres-how-listen-and-notify-syntax-promote-high-availability-application-layer

If others have links to good articles on this subject, or good input to
give in this thread, I'd be interested. Thanks, --DD