gnolang / gno

Gno: An interpreted, stack-based Go virtual machine to build succinct and composable apps + Gno.land: a blockchain for timeless code and fair open-source.
https://gno.land/
Other
891 stars 369 forks source link

[infra] GnoFaucet - Create Healthcheck enpoint #2650

Closed sw360cab closed 2 months ago

sw360cab commented 2 months ago

Create an HTTP endpoint responding to GET requests to be used as HEALTCHECK endpoint for Gno Faucet service.

The endpoint is supposed to answer 200 on healthy service, no specific body or content-type is required.

zivkovicmilos commented 2 months ago

Addressed in https://github.com/gnolang/faucet/pull/49

We should open a cross PR on the gno repo when we do a release for gnolang/faucet