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

MCT Adaptation query issues: Batching #1

Open
jbust23 opened this issue Oct 23, 2021 · 2 comments
Open

MCT Adaptation query issues: Batching #1

jbust23 opened this issue Oct 23, 2021 · 2 comments

Comments

@jbust23
Copy link
Member

jbust23 commented Oct 23, 2021

The OpenMCT Adaptation does not support query by batching. Browsers limit queries to 6 at a time, so any plot or group of plots with 6+ channels will be blocked waiting for previous channel returns. Typical batching parameters look like this:

    domainObject.dict,
    options.strategy,
    options.size,
    options.start,
    options.end,
    options.domain

Each option represents a unique type of query in MCT that may be batched with other queries.

@jbust23
Copy link
Member Author

jbust23 commented Oct 23, 2021

It is an issue with the AIT_integration.js rather than OpenMCT itself.

@jbust23
Copy link
Member Author

jbust23 commented Oct 23, 2021

Original ticket reference: NASA-AMMOS#209

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

No branches or pull requests

1 participant