Skip to content

Conversation

@marcoooo
Copy link
Contributor

Update dataset status enum
Removed yield from service start up method
Moved Config in server()
Added Configurable service port

For some reason serve() method failed to run with the yield keyword. From https://github.com/grpc/grpc/blob/master/examples/python/wait_for_ready/wait_for_ready_with_client_timeout_example_server.py it seems like it's not necessary so I removed it. Now the Docker container run as expected.

I took this chance as well to make the service_port configurable with default to standard 50051 one.

Update dataset status enum
Removed `yield` from service start up method
Moved Config in server()
Added Configurable service port
@marcoooo marcoooo added the bug Something isn't working label Feb 26, 2024
@marcoooo marcoooo requested a review from bilalebi February 26, 2024 11:40
@marcoooo marcoooo self-assigned this Feb 26, 2024
@marcoooo marcoooo merged commit fdc861d into main Feb 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants