From cbd21df0f0bd763f7369d3805255adcb88c99ca2 Mon Sep 17 00:00:00 2001 From: "alexei.dolgolyov" Date: Sun, 8 Feb 2026 13:09:34 +0300 Subject: [PATCH] Change execution mode of `Immich Album Watcher` blueprint --- Common/Immich Album Watcher/blueprint.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Common/Immich Album Watcher/blueprint.yaml b/Common/Immich Album Watcher/blueprint.yaml index f0be918..483f182 100644 --- a/Common/Immich Album Watcher/blueprint.yaml +++ b/Common/Immich Album Watcher/blueprint.yaml @@ -839,8 +839,10 @@ blueprint: # ============================================================================= # AUTOMATION MODE # ============================================================================= -# Single mode to process one event at a time -mode: single +# Queued mode to ensure event triggers aren't dropped while +# scheduled notifications (scheduled assets, memory mode) are processing +mode: queued +max: 10 # ============================================================================= # TRIGGERS