Cluster: Broadcast MTA queue refresh events to all nodes

This commit is contained in:
Maurus Decimus
2026-07-05 12:05:46 +02:00
parent aad2cbcde1
commit fb993f0cc1
6 changed files with 23 additions and 2 deletions

View File

@@ -78,6 +78,7 @@ pub enum BroadcastEvent {
CacheInvalidateAll,
CacheInvalidateNegative,
MtaQueueStatus { is_running: bool },
QueueRefresh,
}
#[derive(Debug, Clone, Copy)]