mirror of
https://git.asonix.dog/asonix/pict-rs
synced 2024-12-22 19:31:35 +00:00
Add source for queue implementation to the doc
This commit is contained in:
parent
bac3cedb01
commit
ccff0506e5
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue