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

# Jobs

> Background queue, progress, pause/resume, cancel, and retention.

# Jobs

**Jobs** lists background runs: generation, evolve, walk-forward, robustness, regime, portfolio backtest, and data download/updates.

<Frame caption="Jobs list. Click to zoom.">
  <img src="https://mintcdn.com/quanorix/2kJanlhXKp9-dfu0/images/es/jobs-list-dark.png?fit=max&auto=format&n=2kJanlhXKp9-dfu0&q=85&s=de8824f132071de131c63354f1dd8afc" alt="Jobs page with queue and statuses" width="1169" height="1301" data-path="images/es/jobs-list-dark.png" />
</Frame>

## Where each job runs

| Executor (“Where” column) | Meaning                                                      |
| ------------------------- | ------------------------------------------------------------ |
| **Agent**                 | Compute on your [TPA](/en/tpa/overview) (must be **online**) |
| **Worker**                | Server Redis worker (e.g. data downloads)                    |

If the product requires an agent and the TPA is offline, enqueue fails with a clear message → [Install and pair](/en/tpa/install).

## Statuses

Queued → Running → Done / Error / Cancelled / **Paused**.

The list auto-refreshes while jobs are active.

## Actions

| Action     | When                                                                                        |
| ---------- | ------------------------------------------------------------------------------------------- |
| **View**   | Jump to related result / context                                                            |
| **Pause**  | Only supported types (e.g. random generation). Otherwise: *This job does not support pause* |
| **Resume** | Continues from checkpoint (generate)                                                        |
| **Cancel** | Aborts the job                                                                              |
| **Retry**  | Re-queues; option to retry from scratch discarding checkpoint                               |

## Progress and ETA

Long runs show progress (% / counters). The Generator also shows ETA when the engine computes it. You can leave the page — the job stays under Jobs.

## Common types

* Generation / Evolve
* Walk-forward / Robustness / Regime
* Portfolio backtest
* Data download / Update all or selected

## Retention

Under **Settings → General → Jobs retention (days)**:

* How long to keep history (typical default **30**).
* **0** = do not auto-delete.
* Cleanup is **lazy** when enqueueing or running a job (no separate cron).

## Common issues

* Job won’t start (agent) → TPA online + Profile **Connected**.
* OOM on generate → lower workers ([Generator](/en/generator/overview)).
* Pause missing → that type does not support it.
* More: [Troubleshooting](/en/troubleshooting).

## Next

* [Generator](/en/generator/overview)
* [Settings](/en/settings/overview)
