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 <Cubesat issue> #209

Open
mudinthewater opened this issue Aug 5, 2021 · 1 comment
Open

MCT Adaptation query issues: Batching <Cubesat issue> #209

mudinthewater opened this issue Aug 5, 2021 · 1 comment

Comments

@mudinthewater
Copy link

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.

@asitang
Copy link

asitang commented Aug 10, 2021

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

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

2 participants