Umbraco Automate in a load balanced env

Hi @Gavin5656

According to this:

Automate handles it itself. Scheduled triggers run on the SchedulingPublisher node, and everything else runs on any node but goes via a shared outbox table with optimistic concurrency, so you get exactly-once consumption across the cluster. No duplicate runs and no need for your own IServerRoleAccessor guard.

Researched with the help of AI.

Justin