Open Temikus opened 8 years ago
Currently our driver scheme is google:zone:account
google:zone:account
# URL scheme: # google:zone def self.from_url(driver_url, config) self.new(driver_url, config) end
It doesn't seem entirely right as one account can have many machines in different zones and ideally should to eliminate single-point-of-failure scenarios.
@lykos, what do you think?
Currently our driver scheme is
google:zone:account
It doesn't seem entirely right as one account can have many machines in different zones and ideally should to eliminate single-point-of-failure scenarios.
@lykos, what do you think?