From ccff0506e5f7df71c2120bf050fdf0761acefcc1 Mon Sep 17 00:00:00 2001 From: asonix Date: Mon, 24 Jul 2023 19:51:39 -0500 Subject: [PATCH] Add source for queue implementation to the doc --- docs/postgres-planning.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/postgres-planning.md b/docs/postgres-planning.md index 48b3e5f..818643e 100644 --- a/docs/postgres-planning.md +++ b/docs/postgres-planning.md @@ -207,6 +207,8 @@ CREATE TRIGGER queue_status EXECUTE PROCEDURE queue_status_notify(); ``` +Postgres queue implementation from this blog post: https://webapp.io/blog/postgres-is-the-answer/ + ### MigrationRepo This is used for migrating from local storage to object storage. It keeps track of which identifiers