Revert "Basic architecture diagram for a potential deadlink checker"

This reverts commit 8ca4861a23.
This commit is contained in:
Brian Picciano 2023-12-30 17:27:38 +01:00
parent 8ca4861a23
commit 1757c74cda

View File

@ -1,21 +0,0 @@
flowchart LR
subgraph DeadLinks
URLs["`[]URL{
- URLString
- LastChecked
- Status
- DestURLs
- Pinned
}`"]
style URLs text-align:left
Cleaner -->|"periodically delete where\nnot linked to and not pinned"| URLs
CheckerWorker -->|getNext| Queue
Queue -->|iterate over stale| URLs
CheckerWorker -->|upsert| URLs
end
User -->|upsert pinned| URLs
User -->|notify pinned| Queue
User -->|query by state| URLs