Skip to content

Separate model service status from model service refresh #131

@themoenen

Description

@themoenen

Problem
Currently the model service status command also functions as a refresh command, regenerating all grammar.

  • Unclear for the user
  • Causes multiple second of delay for what should be a quick status
  • 99% of the time unnecessary

Solution
Create new model service refresh command

Culprit
main_lib.py

elif parser.getName() == "model_service_status":
        create_statements(cmd_pointer)  # <-- Move
        return model_service_status(cmd_pointer, parser)

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions