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