huskies: merge 1036

This commit is contained in:
dave
2026-05-14 15:13:25 +00:00
parent cfccc2e73c
commit ee20e54d40
17 changed files with 72 additions and 2 deletions
+1
View File
@@ -30,6 +30,7 @@ pub(crate) fn purge_content_keys_for_story(story_id: &str) {
delete_content(ContentKey::CommitRecoveryPending(story_id));
delete_content(ContentKey::MergeFixupPending(story_id));
delete_content(ContentKey::MergeFailureKind(story_id));
delete_content(ContentKey::MergeReport(story_id));
}
/// Spawn a background task that purges content-store entries when a story reaches a terminal stage.