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

Fixed an error in DeleleMlModel runner. #537

Merged
merged 14 commits into from
Jul 1, 2024

Commits on Mar 30, 2024

  1. Added runners for the tasks DeletePipeline, DeleteMlModel, RegisterMl…

    …Model and DeployMlModel.
    
    Signed-off-by: Vesa Pehkonen <vesa.pehkonen@intel.com>
    vpehkone committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    e6e3910 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. Configuration menu
    Copy the full SHA
    1930e18 View commit details
    Browse the repository at this point in the history
  2. Addressed the following issues:

    - added expection handling and logging for DeletePipeline runner
    - removed empty expection from DeleteMlModel and RegisterMlModel runners
    - added the "number-of-hits-to-return" variable
    
    Signed-off-by: Vesa Pehkonen <vesa.pehkonen@intel.com>
    vpehkone committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    b55857b View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. Removed unused variable e.

    Signed-off-by: Vesa Pehkonen <vesa.pehkonen@intel.com>
    vpehkone committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    4fa2752 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    17082e9 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. Configuration menu
    Copy the full SHA
    b89412f View commit details
    Browse the repository at this point in the history
  2. Fixed an error in DeleleMlModel runner. Before we delete a model, we …

    …have to wait for undeploying the model process has completed.
    
    Signed-off-by: Vesa Pehkonen <vesa.pehkonen@intel.com>
    vpehkone committed May 20, 2024
    Configuration menu
    Copy the full SHA
    440f066 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Simplified if-statement in DeleteMlModel runner.

    Signed-off-by: Vesa Pehkonen <vesa.pehkonen@intel.com>
    vpehkone committed May 21, 2024
    Configuration menu
    Copy the full SHA
    fe89f96 View commit details
    Browse the repository at this point in the history
  2. Fixed pylint R1714 in DeleteMlModel runner.

    Signed-off-by: Vesa Pehkonen <vesa.pehkonen@intel.com>
    vpehkone committed May 21, 2024
    Configuration menu
    Copy the full SHA
    a5cc985 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. Configuration menu
    Copy the full SHA
    d142661 View commit details
    Browse the repository at this point in the history
  2. Refactored the code in DeleteMlModel.

    Signed-off-by: Vesa Pehkonen <vesa.pehkonen@intel.com>
    vpehkone committed May 24, 2024
    Configuration menu
    Copy the full SHA
    af8570a View commit details
    Browse the repository at this point in the history
  3. Changed time.sleep to asyncio.sleep in DeleteMlModel.

    Signed-off-by: Vesa Pehkonen <vesa.pehkonen@intel.com>
    vpehkone committed May 24, 2024
    Configuration menu
    Copy the full SHA
    58932e7 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2024

  1. Configuration menu
    Copy the full SHA
    b4f3d7b View commit details
    Browse the repository at this point in the history
  2. Added a timeout for the undeploying ml-model in DeleteMlModel runner.

    Signed-off-by: Vesa Pehkonen <vesa.pehkonen@intel.com>
    vpehkone committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    81e3ce8 View commit details
    Browse the repository at this point in the history