I have all my automations done in standard mode. Now I start thinking about using other modes:
From manual:
single (Default)
Do not start a new run. Issue a warning.
restart
Start a new run after first stopping previous run.
queued
Start a new run after all previous runs complete. Runs are guaranteed to execute in the order they were queued. Note that subsequent queued automations will only join the queue if any conditions it may have are met at the time it is triggered.
parallel
Start a new, independent run in parallel with previous runs.
What are cases that make trouble when using the standard mode?
2 posts - 2 participants