Production indexer (indexer.dex.cl8y.com) returns 503 'no available server' on all endpoints #491
Labels
No labels
agent:fix_bugfix
agent:fix_conflicts
agent:fix_security
agent:gap_analysis
agent:implement
agent:implement
agent:implement
agent:open_issues
agent:ready
agent:research
agent:security_audit
agent:verify
architecture
backend
blocker:hybrid
blocker:launch
blocker:limit-orders
blocker:v2
block:log_only
block:security
bug
ci
contracts
correctness
deploy
dev
devops
docs
documentation
duplicate
e2e
enhancement
epic
feature
frontend
functional-completion
gas
good first issue
governance
help wanted
high-risk
hooks
hybrid
indexer
infra
infrastructure
integrators
invalid
launch-blocker
limit-orders
localnet
localterra
low priority
missing-implementation
needs-design
ops
performance
priority
high
priority
medium
product
qa
QA
question
ready
ready
research
scripts
security
security-hardening
smartcontracts
tech-debt
testing
ux
UX
v2
verification
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
code/cl8y-dex-terraclassic#491
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
The production indexer at
https://indexer.dex.cl8y.comis returning HTTP 503 with bodyno available serveron every endpoint, and has been for several hours (observed continuously from ~17:30 UTC to 19:33 UTC, 2026-07-14). The last known-good response we have is from 2026-07-13 (~21:00 UTC), when/api/v1/pairsserved the full 10-pair soft-launch list normally.The chain side is unaffected: LCD queries, pair contracts, swaps and the dApp static site all work. Only the indexer is down.
Reproduction
Same result (503,
no available server) on every route tested:/api/v1/pairs,/api/v1/tokens,/api/v1/overview,/cg/tickers. The body suggests the reverse proxy / load balancer has no healthy upstream, i.e. the indexer process itself is down or failing health checks rather than erroring per-request.Impact
/cmc/*,/cg/*) presumably matter for listing aggregators and have no fallback.Context
Found while running an independent trading/market-making bot against the public API during the soft launch. Happy to provide more observations or re-test on request.
Confirmed - Indexer has been down for several hours.
Host OOM/Kernel kill ruled out. No oom-kill, out of memory, or killed process in the window.
mentioned in issue #493
marked as related to #493
Resolved
Thanks for the quick triage and getting the indexer back up — appreciated.