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

[DRAFT] The gRPC server now has the port option that allows to specify the se… #1681

Merged
merged 2 commits into from Jan 9, 2021

Conversation

raubitsj
Copy link
Member

@raubitsj raubitsj commented Jan 9, 2021

…rver's listening port. (#1677)

@raubitsj
Copy link
Member Author

raubitsj commented Jan 9, 2021

Verified:

wandb grpc-server --port 12345
$ lsof -i -P | grep LISTEN | grep python
python3.6 55486 jeff    3u  IPv6 0x1b610bfd481893fd      0t0  TCP *:12345 (LISTEN)

Test run:

# wandb/wandb-testing 
./regression.py --spec wandb-standalone-grpc-server main/

@raubitsj raubitsj marked this pull request as ready for review January 9, 2021 18:18
@raubitsj raubitsj merged commit ec99dfe into master Jan 9, 2021
@raubitsj raubitsj deleted the pr-1677 branch January 9, 2021 18:19
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.

None yet

2 participants