Skip to content

Add a multi-subscription status check #5

@fdaugan

Description

@fdaugan

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions