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
SDKs auto-retry up to the configured retry ceiling.
Related
analyzer_unavailable— same status, specific analyzer / upstream named.internal_error— non-retryable 500.- status.lasscyber.com