Skip to content
This repository has been archived by the owner on Feb 22, 2020. It is now read-only.

Commit

Permalink
feat(proto): add ready status for healthcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
hanhxiao committed Sep 26, 2019
1 parent 9d092d0 commit dedb8ba
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
2 changes: 1 addition & 1 deletion gnes/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@

# do not change this line manually
# this is managed by shell/make-proto.sh and updated on every execution
__proto_version__ = '0.0.8'
__proto_version__ = '0.0.9'
1 change: 1 addition & 0 deletions gnes/proto/gnes.proto
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ message Response {
SUCCESS = 0;
ERROR = 1;
PENDING = 2;
READY = 3;
}

message TrainResponse {
Expand Down
14 changes: 9 additions & 5 deletions gnes/proto/gnes_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit dedb8ba

Please sign in to comment.