Skip to content

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

Merged
merged 5 commits into from
Jul 10, 2023
Merged

Worker Versioning #340

merged 5 commits into from
Jul 10, 2023

Conversation

Sushisource
Copy link
Member

What was changed

Add support for new worker versioning feature

Why?

Parity

Checklist

  • Check server supports feature before running tests (java test server handled already)
  1. Closes Worker versioning support #335

  2. How was this tested:
    Added tests

  3. Any docs updates needed?
    Yes to follow

@Sushisource Sushisource requested a review from a team as a code owner July 8, 2023 00:27
Copy link
Member

@cretz cretz left a 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?

@@ -831,6 +832,108 @@ async def list_schedules(
)
)

async def update_worker_build_id_compatability(
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
async def update_worker_build_id_compatability(
async def update_worker_build_id_compatibility(

Just caught this, sorry. Update everywhere.

Copy link
Member Author

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.

Copy link
Member

@cretz cretz left a 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

@Sushisource Sushisource merged commit d7238cd into main Jul 10, 2023
@Sushisource Sushisource deleted the worker-versioning branch July 10, 2023 22:14
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.

Worker versioning support
2 participants