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

Create a new version when the instance already exist. #108

Merged
merged 1 commit into from
Apr 24, 2024

Conversation

rosbo
Copy link
Contributor

@rosbo rosbo commented Apr 24, 2024

It now works even if the no version current version is set (i.e. no versions finished processing).

http://b/335660755

It now works even if the no version current version is set (i.e. no
versions finished processing).

http://b/335660755
@@ -46,19 +45,6 @@ def wrapper(*args: object, **kwargs: object) -> ReturnType:
return decorator


@retry(times=5, delay_seconds=10, exception_to_check=BackendError)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No need to retry anymore because we support creating a new version even if the current version is not set (no versions for the instance is in READY state).

@rosbo rosbo requested a review from mohami2000 April 24, 2024 17:14
@neshdev neshdev self-requested a review April 24, 2024 17:16
@rosbo rosbo merged commit 9c25bbf into main Apr 24, 2024
7 checks passed
@rosbo rosbo deleted the fix-instance-creation branch April 24, 2024 17:24
rosbo added a commit that referenced this pull request May 30, 2024
Usage was removed in #108
rosbo added a commit that referenced this pull request May 31, 2024
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

Successfully merging this pull request may close these issues.

2 participants