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

fix(agent): correct agent's behavior on Instance deletion #654

Merged
merged 2 commits into from
Sep 11, 2023

Commits on Sep 7, 2023

  1. fix(agent): correct agent's behavior on Instance deletion

    Make the agent remove itself from the instance nodes list instead of
    deleting the instance if it's not the last node with access to the
    device.
    
    Refactored the way we get the AGENT_NODE_NAME to only fetch it once at
    startup.
    
    This fixes project-akri#650.
    
    Signed-off-by: Nicolas Belouin <[email protected]>
    diconico07 committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    9216d66 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. Update patch version

    Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    github-actions[bot] committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    43a83cf View commit details
    Browse the repository at this point in the history