moov-io / achgateway

Payment gateway enabling automated ACH operations in a distributed and fault tolerant way.
https://moov-io.github.io/achgateway/
Apache License 2.0
52 stars 19 forks source link

No Healthcheck endpoint #118

Closed zbruhnke closed 1 year ago

zbruhnke commented 1 year ago

Most of the other Moov services have the /ping endpoint as a convenient built in healthcheck. I just happened across it that this is not the case in achgateway when building a paw/postman collection for it. This feels like something that should likely be added for those that rely on these endpoints

adamdecaf commented 1 year ago

We can add an endpoint on the :8484 port, but there are /live and /ready on :9494. They come from the moov-io/base admin server that we use everywhere.

https://github.com/moov-io/base/tree/master/admin#endpoints

adamdecaf commented 1 year ago

Releasing v0.16.0-rc5 with this. I'm planning this to be the last release candidate.