microservices-demo/src/currencyservice
Ace Nassri 6c37a96f3a Add health checks to Node.js services (#26)
* Move Node healthchecks to gRPC

* gitignore proto files

* Switch to standard health RPC

* Fix lint

* Update client.js

* Add protos back + update them

* node services: fix & run genproto.sh

this gets currencyservice to work but paymentservice is still crashing
in the docker container.

Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>

* Fix docker breaking

* update dockerfiles with released health probe

Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
2018-09-19 12:35:22 -07:00
..
proto Add health checks to Node.js services (#26) 2018-09-19 12:35:22 -07:00
.dockerignore Fix bugs 2018-06-22 14:51:01 -07:00
.gitignore Initial commit 2018-06-22 13:43:39 -07:00
client.js Add health checks to Node.js services (#26) 2018-09-19 12:35:22 -07:00
Dockerfile Add health checks to Node.js services (#26) 2018-09-19 12:35:22 -07:00
genproto.sh Add health checks to Node.js services (#26) 2018-09-19 12:35:22 -07:00
package-lock.json Instrumented everything but Python 2018-07-16 14:29:14 -07:00
package.json Add health checks to Node.js services (#26) 2018-09-19 12:35:22 -07:00
server.js Add health checks to Node.js services (#26) 2018-09-19 12:35:22 -07:00