> For the complete documentation index, see [llms.txt](https://docs.arnica.io/arnica-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.arnica.io/arnica-documentation/platform-operations/scheduled-jobs.md).

# Jobs & Tasks

## Overview <a href="#h_588fa82bbf" id="h_588fa82bbf"></a>

The Jobs page provides visibility into current and historical background processing in Arnica. It includes task status, job type, integration context, and the last update timestamp for each task.

Use this page to:

* Track whether a job is pending, running, completed, or failed.
* Restart specific tasks when you need a fresh ingestion or re-analysis run.

## Restarting a task

You can restart a task directly from the Jobs page:

1. Navigate to **Admin → Integrations**.
2. Scroll down to **Existing Integrations**.
3. Click **Go To Tasks** on the right side.
4. Use the open search field to locate the relevant task by scan type (for example: SAST, SCA/License, IaC, Container) or by repository name.
5. Click the restart action on the right side of the row.

After restart, the task status changes to **Pending**, then transitions to **Running** once execution begins. When the run is complete, status is updated in the same table.

<figure><img src="/files/gnHnhKTNav7tYpmGkD6V" alt="Restarting a task from the Jobs page"><figcaption><p>Restarting a task from the Jobs page</p></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://docs.arnica.io/arnica-documentation/platform-operations/scheduled-jobs.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.
