# Safe degradation (failure hierarchy)

Manufacturing degrades. IntelFactor degrades safely.

| Failure scenario        | System behavior                                             | Operator indication                          |
| ----------------------- | ----------------------------------------------------------- | -------------------------------------------- |
| Internet down           | Local inspection continues; events buffer locally           | “Offline mode: inspection active”            |
| Site server down        | Edge nodes continue; cross-line analytics unavailable       | “Site analytics unavailable”                 |
| Camera disconnected     | Station pauses; others unaffected; watchdog retries         | “Camera offline: manual inspection required” |
| Edge node crash         | Watchdog restarts services; state recovered from local DB   | “Restarting → recovered”                     |
| Disk full               | Oldest optional buffers deleted first; metadata never stops | “Storage critical”                           |
| Explanation model fails | RCA degrades to statistical-only output                     | “RCA basic mode”                             |

{% hint style="warning" %}
This table is the acceptance baseline. If any failure stops metadata logging, it’s a deployment blocker.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://intelfactor.gitbook.io/doc/home/reliability-and-operations/safe-degradation-failure-hierarchy.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
