Add source for queue implementation to the doc

This commit is contained in:
asonix 2023-07-24 19:51:39 -05:00
parent bac3cedb01
commit ccff0506e5
1 changed files with 2 additions and 0 deletions

View File

@ -207,6 +207,8 @@ CREATE TRIGGER queue_status
EXECUTE PROCEDURE queue_status_notify(); EXECUTE PROCEDURE queue_status_notify();
``` ```
Postgres queue implementation from this blog post: https://webapp.io/blog/postgres-is-the-answer/
### MigrationRepo ### MigrationRepo
This is used for migrating from local storage to object storage. It keeps track of which identifiers This is used for migrating from local storage to object storage. It keeps track of which identifiers