Skip to content

v0.0.7

Latest
Compare
Choose a tag to compare
@im2nguyen im2nguyen released this 05 Apr 17:28
· 8 commits to main since this release

Add health check to public-api (localhost:8080/health). Healthcheck will fail notify if any services that it depends on fails. Currently, this means if you attempt to run public-api without product-api or payments, it will return this message:

error. the following services are down: product-api, payments

Otherwise, it returns ok.