Skip to content
This repository has been archived by the owner on Apr 4, 2022. It is now read-only.

Broker-Client-API should allow to retrieve query status for all sites #33

Open
rwm opened this issue Apr 19, 2021 · 0 comments
Open

Broker-Client-API should allow to retrieve query status for all sites #33

rwm opened this issue Apr 19, 2021 · 0 comments

Comments

@rwm
Copy link
Contributor

rwm commented Apr 19, 2021

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

  • List Client.getQuerySiteIds(String queryId)
  • QueryStatus Client.getQuerySiteStatus(String queryId, String siteId)

alternatively, a different method could return a data structure containing siteIds and status at the same time. e.g. QueryInfo getQueryInfo(queryId)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant