> ## Documentation Index
> Fetch the complete documentation index at: https://klarity.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# How to retry a failed Architect run

> Diagnose and recover from failed, aborted, or timed-out Architect runs.

export const NeedHelp = () => <Note>
    <strong>Need help?</strong> Use the in-app chat — click the chat bubble in the bottom-right corner of Klarity Architect (staffed 24×5) — or email <a href="mailto:support@klarity.ai">support@klarity.ai</a>.
  </Note>;

## Symptom

You started an Architect run and it failed before completing. The run shows a status of **Failed**, **Aborted**, or **Timed out**, or you see a message like *Run aborted — unexpected stop*, *Operation timed out*, or *Concurrent operation conflict*.

## Likely cause

Most run failures fall into one of three buckets, all of which are recoverable:

* **Transient infrastructure error** — a temporary load-balancer timeout, a model API hiccup, or a brief database session issue. These resolve on retry.
* **Concurrent operation conflict** — Klarity limits each user to one active operation at a time. If you started a second run while the first was still processing, the second auto-fails.
* **Token / time limit** — for very large documents (typically more than 20–25 sections, or a video longer than \~720 minutes), the run can exceed processing limits.

## Fix

Walk through these steps in order. Most users only need step 1.

1. **Wait 60 seconds, then retry.** Open the run and click **Retry**. About 70% of run failures resolve on a clean retry.
2. **Check for parallel operations.** If you have multiple runs in progress, wait for the others to complete (or cancel them) before retrying. Klarity processes one operation per user at a time.
3. **For large documents, split the input.** If the document has more than 25 sections or the source file is over the size limit, break it into smaller pieces and run them separately.
4. **For videos longer than \~12 hours,** split the video and process each segment as a separate run.
5. **If the same run fails twice on retry,** do not keep retrying. Move on and contact support.

## When to contact support

Contact support if:

* The run fails on two consecutive retries with the same error message.
* The error message references a database error, an S3 error, or contains a stack trace.
* You see *No section in template with ID* or *BPMN conversion failed* — these need a template review.

<Info>
  **When you contact support, include:** the run ID, the exact error message, the file you were processing (or its size and section count), and the timestamp of the first failure.
</Info>

## Related articles

* [Supported file types and size limits](/docs/user-docs/discover/supported-file-types)
* [Why your video upload shows 'No audio detected'](/docs/user-docs/troubleshooting/video-no-audio-detected)

<NeedHelp />
