Change execution mode of Immich Album Watcher blueprint

This commit is contained in:
2026-02-08 13:09:34 +03:00
parent d60ff11e04
commit cbd21df0f0

View File

@@ -839,8 +839,10 @@ blueprint:
# ============================================================================= # =============================================================================
# AUTOMATION MODE # AUTOMATION MODE
# ============================================================================= # =============================================================================
# Single mode to process one event at a time # Queued mode to ensure event triggers aren't dropped while
mode: single # scheduled notifications (scheduled assets, memory mode) are processing
mode: queued
max: 10
# ============================================================================= # =============================================================================
# TRIGGERS # TRIGGERS