Documentation Index
Fetch the complete documentation index at: https://docs.lasscyber.com/llms.txt
Use this file to discover all available pages before exploring further.
| HTTP status | 503 Service Unavailable |
| Code | service_unavailable |
| Retry? | Yes — exponential backoff. SDKs retry automatically. |
When this happens
A generic temporary unavailability that is not tied to a specific analyzer’s upstream. Causes include:- Database failover or short connection saturation.
- Cloud Run cold-start delays under unusual load patterns.
- Scheduled maintenance windows.
- Generic gateway / network blips.
analyzer_unavailable
instead.
Example response
How to recover
- Read
Retry-Afterif present (otherwise default to a few seconds). - Sleep + jitter, retry up to 3 times.
- If retries are exhausted, check the status page.
SDK behaviour
| SDK | Exception |
|---|---|
| Python | agnes.ServerError (with code == "service_unavailable") |
| TypeScript | ServerError (with code === "service_unavailable") |
Related
analyzer_unavailable— same status, specific analyzer / upstream named.internal_error— non-retryable 500.- status.lasscyber.com