Can workpool be onprem instances too ? Is there way to specify primary and secondary work pool to have some high availability build in ?
k
Kevin Grismore
08/29/2024, 1:24 PM
A work pool can have any number of workers in it, all running anywhere you want, as long as their type matches the work pool type
s
Siva Nadesan
08/29/2024, 1:25 PM
Thats workers inside pool, question was can we have two workpool associated as primary and sec with a deployment
k
Kevin Grismore
08/29/2024, 1:25 PM
a deployment can't be assigned to more than one work pool
👍 1
ack 1
Kevin Grismore
08/29/2024, 1:27 PM
you could duplicate deployments across two work pools, where the primary is active and the secondary is paused, and then use automations to detect failure in a work pool to switch the primary to paused and the secondary to active
s
Siva Nadesan
08/29/2024, 1:32 PM
Okay, Idea was to do that but implicitly. Thank Kevin for the details