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

Waiting for lifetime to be free message, when using Lifetime 11.22.0 - status saved #78

Open
basdejong95 opened this issue Jun 7, 2024 · 1 comment

Comments

@basdejong95
Copy link

basdejong95 commented Jun 7, 2024

print("Waiting for LifeTime to be free. Elapsed time: {} seconds...".format(wait_counter), flush=True)

the function get_running_deployment uses a status list which contains "saved".

def get_running_deployment(artifact_dir: str, endpoint: str, auth_token: str, dest_env_key: str):

DEPLOYMENT_STATUS_LIST = ["saved", "running", "needs_user_intervention", "aborting"]

In lifetime 11.22.0 and upwards you can have multiple saved deployment plans without any issue.

is it possible to remove this "saved" status as a blocker to execute deployment plans?

@basdejong95 basdejong95 changed the title Waiting for lifetime to be free message, when using Lifetime 1.22.0 - status saved Waiting for lifetime to be free message, when using Lifetime 11.22.0 - status saved Jun 10, 2024
@basdejong95
Copy link
Author

I have created a pull request: #79

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