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

feat: add concurrency_buffer to protobufs #440

Merged
merged 1 commit into from
Mar 11, 2025

Conversation

cmlad
Copy link
Contributor

@cmlad cmlad commented Mar 10, 2025

This is the first step in exposing with fal app list, and allowing to adjust with fal app scale

Also:

  • Fix version of mypy-protobuf to prior version 3.5.0 so we don't get a massive diff. If we want to update, we should do a separate clean PR with the version bump and the code update.

This is the first step in exposing with fal app list, and allowing to adjust with fal app scale
@@ -62,6 +61,6 @@ class HealthCheckResponse(google.protobuf.message.Message):
*,
status: global___HealthCheckResponse.ServingStatus.ValueType = ...,
) -> None: ...
def ClearField(self, field_name: typing.Literal["status", b"status"]) -> None: ...
def ClearField(self, field_name: typing_extensions.Literal["status", b"status"]) -> None: ...
Copy link
Contributor Author

Choose a reason for hiding this comment

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

these changes are due to the mypy-protobuf version fix, bringing this file in line with the others that use the typing_extensions decorators

@@ -37,5 +37,5 @@ dev = [
# for tools/regen_grpc.py
"refactor",
"grpcio-tools==1.64.0",
"mypy-protobuf",
"mypy-protobuf==3.5.0",
Copy link
Member

Choose a reason for hiding this comment

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

@efiop can you confirm if doing this is fine?

@cmlad cmlad requested a review from efiop March 10, 2025 23:25
@cmlad cmlad merged commit 9912d81 into main Mar 11, 2025
10 checks passed
@cmlad cmlad deleted the chris/expore-concurrency-buffer branch March 11, 2025 15:59
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.

3 participants