-
Notifications
You must be signed in to change notification settings - Fork 75
VersionStatus for WorkerDeploymentVersions #595
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm otherwise
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(deferring to @Sushisource who has more background here than I do, nothing syntactically wrong from my POV)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM including comment on other PR about docstrings in the list msg
READ BEFORE MERGING: All PRs require approval by both Server AND SDK teams before merging! This is why the number of required approvals is "2" and not "1"--two reviewers from the same team is NOT sufficient. If your PR is not approved by someone in BOTH teams, it may be summarily reverted.
What changed?
WorkerDeploymentVersionInfo
+WorkerDeploymentVersionSummary
Why?
CurrentSince
,RampingSince
and other attributes. This can just be simplified by adding this enum and the server doing the heavy lifting instead.Breaking changes
Server PR