Can workpool be onprem instances too ? Is there wa...
# pacc-aug-28-29-2024
s
Can workpool be onprem instances too ? Is there way to specify primary and secondary work pool to have some high availability build in ?
k
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
Thats workers inside pool, question was can we have two workpool associated as primary and sec with a deployment
k
a deployment can't be assigned to more than one work pool
👍 1
ack 1
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
Okay, Idea was to do that but implicitly. Thank Kevin for the details