You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the radio only connects to the Graph node, but doesn't connect to the indexer components. For any management of indexing status, the radio should go through indexer's server for consistency in management.
Expectation proposal
Add indexer_management_server_url: Option<String> to radio configs.
Add auto_upgrade: Coverage (default: comprehensive) to radio configs.
Add none as a variant to the Coverage enum
Add validation to the url upon startup if url is provided.
Problem statement
Currently the radio only connects to the Graph node, but doesn't connect to the indexer components. For any management of indexing status, the radio should go through indexer's server for consistency in management.
Expectation proposal
indexer_management_server_url: Option<String>
to radio configs.auto_upgrade: Coverage
(default:comprehensive
) to radio configs.none
as a variant to the Coverage enumRelated to #6
The text was updated successfully, but these errors were encountered: