You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In openEO Platform there's a GET /health endpoint used by the aggregator. It would be useful for the federation extension, I think.
It looks like there's no standardized format for the response yet.
the idea is to do a bit more than just returning a somewhat static capabilities doc. E.g. in geopyspark implementation we do a quick spark operation to verify that the spark basics are working. In the aggregator we also explicitly loop over all upstream back-ends and measure response time.
I think an important aspect here is caching: the capabilities doc is usually very static, so you'll allow heavy caching on that, while a "health" check should be as up to date as possible with as little as caching as possible.
In openEO Platform there's a
GET /health
endpoint used by the aggregator. It would be useful for the federation extension, I think.It looks like there's no standardized format for the response yet.
Examples:
The text was updated successfully, but these errors were encountered: