-
Notifications
You must be signed in to change notification settings - Fork 111
Worker Versioning #340
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
Worker Versioning #340
Conversation
78e9ece
to
d10ecf5
Compare
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.
Looks great, only minor things for discussion (and most just subjective). Don't forget to run poe format
to format files and can poe lint
to make sure type checking and doc-format checking are done.
Also, can you close and delete the branch for #107?
temporalio/client.py
Outdated
@@ -831,6 +832,108 @@ async def list_schedules( | |||
) | |||
) | |||
|
|||
async def update_worker_build_id_compatability( |
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.
async def update_worker_build_id_compatability( | |
async def update_worker_build_id_compatibility( |
Just caught this, sorry. Update everywhere.
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.
Baaaaah I do that every time lol. Thanks for catching.
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. Will let you merge before I merge #341
What was changed
Add support for new worker versioning feature
Why?
Parity
Checklist
Closes Worker versioning support #335
How was this tested:
Added tests
Any docs updates needed?
Yes to follow