Add source for queue implementation to the doc
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
asonix 2023-07-24 19:51:39 -05:00
parent bac3cedb01
commit ccff0506e5

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