Hi Everyone, Hope you are doing Good.
I’m in search of answers for below Questions,
- I want to run more records in 5 unattended machines, how can load balancing concept works here?
- Architecture of Load balancing and machine allocation
- If we go with millions of records in database, how can we confirm security measures?
Your answers are highly appreciated.
Hi @sandhiyakp15
• Load balancing works by Orchestrator distributing queue items across 5 unattended robots using the round‑robin allocation logic of Queue triggers.
• Architecture uses Orchestrator queues, triggers, and robot runtimes where each machine pulls items independently, ensuring parallel execution without overlap.
• For millions of records, use database security best practices: encrypted SQL connections, Orchestrator role‑based access, Robot‑to‑Orchestrator encrypted traffic, and data masking/logging restrictions.
For more:
Orchestrator - Queue triggers
And
Automation Cloud - Encryption
Happy Automation