Status and SLAs
Track service health and understand the difference between an SLO and a contractual SLA.
Check status.nolimitnodes.com for current service health, regional latency, and incident history.
Service health
Monitor the endpoint used by your application:
SLO and SLA
An SLO is a service target.
An SLA is a contract term with defined measurement rules and remedies.
Your order form and service agreement control your SLA.
Do not treat a marketing uptime value as a contractual promise.
Incident response
During an incident:
- Check the public status page.
- Record endpoint, region, start time, and status code.
- Reduce aggressive retries.
- Switch to your tested fallback.
- Keep request IDs and affected slots.
- Contact support with the recorded details.
Production health checks
- Run checks from each user region.
- Use authenticated requests.
- Track latency percentiles.
- Track error rate by protocol.
- Alert on sustained failures, not one request.
- Test fallback paths before launch.