Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

irregular distribution of grid endpoints over all nets #2353

Closed
coesensbert opened this issue Jun 6, 2024 · 1 comment
Closed

irregular distribution of grid endpoints over all nets #2353

coesensbert opened this issue Jun 6, 2024 · 1 comment
Assignees
Labels
type_feature New feature or request
Milestone

Comments

@coesensbert
Copy link

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

  • wss://tfchain.02.dev.grid.tf

Activation service

Graphql


QAnet

Relay

  • wss://relay.02.qa.grid.tf

Activation service

Graphql


Testnet

TFchain

  • wss://tfchain.02.test.grid.tf

Activation service

Graphql


Mainnet

TFchain

  • wss://tfchain.02.grid.tf

Activation service

Graphql

@ramezsaeed ramezsaeed added this to the 3.12 milestone Jun 10, 2024
@Eslam-Nawara Eslam-Nawara self-assigned this Sep 4, 2024
@Eslam-Nawara Eslam-Nawara added the type_feature New feature or request label Sep 4, 2024
@Eslam-Nawara Eslam-Nawara moved this to In Progress in 3.15.x Sep 4, 2024
@Omarabdul3ziz
Copy link
Contributor

verified: found all mentioned endpoints on the code

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type_feature New feature or request
Projects
Status: Done
Development

No branches or pull requests

4 participants