huskies: merge 1018
This commit is contained in:
@@ -68,6 +68,10 @@ pub(crate) fn spawn_event_bridges(
|
||||
root.clone(),
|
||||
);
|
||||
|
||||
// Consecutive-failure auto-block subscriber: blocks stories after N
|
||||
// consecutive MergeFailure transitions (story 1018).
|
||||
crate::agents::pool::auto_assign::spawn_merge_failure_block_subscriber(root.clone());
|
||||
|
||||
// Content-store GC subscriber: purges all ContentKey::* entries for a
|
||||
// story when it reaches a terminal stage, preventing zombie entries from
|
||||
// accumulating in the process heap (story 996).
|
||||
|
||||
Reference in New Issue
Block a user