ava-labs / awm-relayer

Service for relaying Avalanche Warp Messages between Subnets
Other
24 stars 19 forks source link

add health check endpoint to signature-aggregator #442

Closed feuGeneA closed 2 months ago

feuGeneA commented 2 months ago

Why this should be merged

fixes #424

How this was tested

by putting a 30 second sleep into the signature-aggregator e2e test and then while it was sleeping did:

$ curl localhost:8082/health
{"status":"up","details":{"signature-aggregator":{"status":"up","timestamp":"2024-08-20T01:23:14.351599017Z"}}}