automation_chain_depth_exceeded
One automation fired another until the chaining margin ran out, so the run stops before queueing any step. Waiting does not fix it: the same event would walk the same chain again.
| Code | Type | HTTP | Category |
|---|---|---|---|
automation_chain_depth_exceeded | invalid_request_error | 422 | Automations |
Cause
One automation fired another until the chaining margin ran out, so the run stops before queueing any step. Waiting does not fix it: the same event would walk the same chain again.
What to do
Break the loop in your rules: narrow the condition of one of them, or stop it from reacting to the very event its own action produces.
Related
All Automations error codes
Causes and actions for errors in this category.
Error codes by category
Find an error by the category that emits it.
Full reference table
All codes, HTTP statuses, types and descriptions in one reference.
Error model
Interpret the error envelope and handle errors by code.