Closed coesensbert closed 1 month ago
irregular distribution of grid endpoints over all nets
https://github.com/threefoldtech/zos/blob/main/pkg/environment/environment.go#L107-L167
Ops maintains two full backend stacks for each net, so each net has a spare url for each service to stay operational. zos currently makes use of this but does not make use of all available endpoints. Following list lacks in the config:
verified: found all mentioned endpoints on the code
Is your feature request related to a problem? Please describe
irregular distribution of grid endpoints over all nets
https://github.com/threefoldtech/zos/blob/main/pkg/environment/environment.go#L107-L167
Describe the solution you'd like
Ops maintains two full backend stacks for each net, so each net has a spare url for each service to stay operational. zos currently makes use of this but does not make use of all available endpoints. Following list lacks in the config:
Devnet
TFchain
Activation service
Graphql
QAnet
Relay
Activation service
Graphql
Testnet
TFchain
Activation service
Graphql
Mainnet
TFchain
Activation service
Graphql