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
{{ message }}
This repository has been archived by the owner on Apr 4, 2022. It is now read-only.
Currently, the broker-client-API can only list/get the sites which already finished calculating a result.
Problem: There is no functionality to determine if/when all results are in and how many sites are processing a query.
Suggestion:
Extend the broker-client-API interfaces to allow one/two more methods
Currently, the broker-client-API can only list/get the sites which already finished calculating a result.
Problem: There is no functionality to determine if/when all results are in and how many sites are processing a query.
Suggestion:
Extend the broker-client-API interfaces to allow one/two more methods
alternatively, a different method could return a data structure containing siteIds and status at the same time. e.g. QueryInfo getQueryInfo(queryId)
The text was updated successfully, but these errors were encountered: