Hello!
Is there a health check or endpoint that I can configure using AWS ALB to a dagger engine hosted in AWS ECS? The health check is quite flexible except ALB does not support "allowing" 500 response codes as healthy.
Currently querying the URL responds with 500 and:
failed to get client metadata: failed to JSON-unmarshal X-Dagger-Client-Metadata: unexpected end of JSON input
The ALB response codes can be 200-499, however it does not allow adding extra body/json payloads to the check.
Thanks,