Mark failed evidence descriptions instead of retrying

Previously the worker reset failed descriptions back to PENDING,
causing infinite retry loops for permanently broken evidence.
Add a FAILED status so these items stop cycling and can be
investigated.

Signed-off-by: Bryan Frimin <bryan@getprobo.com>
This commit is contained in:
Bryan Frimin
2026-03-26 21:37:53 +01:00
parent 992c4ab7f3
commit 095b36d6e4
3 changed files with 8 additions and 4 deletions

View File

@@ -0,0 +1 @@
ALTER TYPE evidence_description_status ADD VALUE IF NOT EXISTS 'FAILED';