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

Add a multi-subscription status check #5

Open
fdaugan opened this issue Sep 27, 2017 · 0 comments
Open

Add a multi-subscription status check #5

fdaugan opened this issue Sep 27, 2017 · 0 comments

Comments

@fdaugan
Copy link
Collaborator

fdaugan commented Sep 27, 2017

Add a multi-subscription status checks contract. Currently, there is only a single subscription status check contract. However, we often need to check several subscriptions related to a same tool, so the same set of parameters.
For some tools, it is possible to group these checks into a single query to the tool, or at least would be faster than single checks.
The SubscriptionResource class should be able to :

  • accept a collection of subscription check requests having nothing in common
  • split a collection of check requests and group them into sub-set of requests for tools supporting this feature and sharing the same node.

This feature brings a huge performance gain.

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

No branches or pull requests

1 participant