curl --request GET \
--url https://api.tread-horizon.com/health{
"data": {
"data_migrations": true,
"db": true,
"db_ro": true,
"geo_db": true,
"geo_db_ro": true,
"migrations": true,
"geo_migrations": true,
"redis": true,
"sidekiq_redis": true
}
}/health is used by load balancers in AWS as well as in our Docker image.
curl --request GET \
--url https://api.tread-horizon.com/health{
"data": {
"data_migrations": true,
"db": true,
"db_ro": true,
"geo_db": true,
"geo_db_ro": true,
"migrations": true,
"geo_migrations": true,
"redis": true,
"sidekiq_redis": true
}
}Documentation Index
Fetch the complete documentation index at: https://docs.tread.ai/llms.txt
Use this file to discover all available pages before exploring further.