todays product advirories implemented
This commit is contained in:
13
docs/modules/concelier/operations/connectors/reason-codes.md
Normal file
13
docs/modules/concelier/operations/connectors/reason-codes.md
Normal file
@@ -0,0 +1,13 @@
|
||||
# Concelier Connector Reason Codes
|
||||
|
||||
_Last updated: 2026-01-16_
|
||||
|
||||
This reference lists deterministic reason codes emitted by `stella db connectors status|list|test` outputs.
|
||||
|
||||
| Code | Category | Meaning | Remediation |
|
||||
| --- | --- | --- | --- |
|
||||
| CON_RATE_001 | degraded | Upstream rate limit or throttling detected. | Reduce fetch cadence, honor `Retry-After`, or request higher quotas. |
|
||||
| CON_UPSTREAM_002 | failed | Upstream service unreachable or returning persistent errors. | Check upstream availability, retry with backoff, or switch to mirror. |
|
||||
| CON_TIMEOUT_001 | failed | Connector test exceeded timeout window. | Increase `--timeout` or troubleshoot network latency. |
|
||||
| CON_UNKNOWN_001 | unknown | No status data reported for enabled connector. | Verify scheduler and connector logs. |
|
||||
| CON_DISABLED_001 | disabled | Connector is disabled in configuration. | Enable in concelier configuration if required. |
|
||||
Reference in New Issue
Block a user