Add metadata extraction retry queue and scheduled sweeper #27
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
AMCS appears to have embedding backfill behavior, but metadata extraction retry/sweeper coverage is missing or incomplete. When metadata extraction fails or times out, there should be a reliable background path to retry later.
Impact
Expected behavior
Metadata extraction failures should be tracked per thought and retried by a recurring background sweeper with backoff.
Acceptance criteria