> For the complete documentation index, see [llms.txt](https://docs.nuvens.cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nuvens.cloud/admin/admin-section/task-queue.md).

# Task Queue

The **Task Queue** provides administrators with visibility into all background tasks performed by **WorkSpaces Manager**. It allows you to monitor the progress of provisioning, scheduled actions, automated tasks, and completed tasks, helping you track the status of WorkSpace management processes.

**All Tasks** displays every task currently known to **WorkSpaces Manager**, regardless of its **status** or **type**, providing a complete overview of provisioning, scheduled operations, terminations, AutoDelete tasks, and other background activities.

<figure><img src="/files/UT4rkjE5Wvb9tVJgtTSR" alt=""><figcaption></figcaption></figure>

**Provisioning** displays WorkSpaces that are currently being provisioned, including the current **status**, **description**, and **next step**, allowing administrators to monitor the progress of new WorkSpace deployments.

<figure><img src="/files/hDsSDHiThjrxEqIgsLpz" alt=""><figcaption></figcaption></figure>

**Terminations** displays WorkSpaces that are scheduled for deletion, including the current **status**, **next step**, and the **scheduled termination date**, allowing administrators to monitor the progress of the termination process.

<figure><img src="/files/NU9ELnWTbl7SdISV1log" alt=""><figcaption></figcaption></figure>

**AutoDelete** displays WorkSpaces that are **scheduled for automatic deletion** based on the **AutoDelete** settings configured under **Configuration > Settings > WorkSpaces (Personal)**.

<figure><img src="/files/9GVTMKC4PhqRVPlETsGb" alt=""><figcaption></figcaption></figure>

**Complete** displays tasks that have completed successfully, including the **completed action**, **completion status**, and **completion time**, providing a record of finished tasks.

<figure><img src="/files/ot2IBNt6830FpSI0gmby" alt=""><figcaption></figcaption></figure>

**Scheduled** displays tasks that are queued to run at a future date or time, such as **scheduled rebuilds**, **reboots**, and other automated operations. It includes the **scheduled execution time**, **queue time**, and the current **task state**.

<figure><img src="/files/kaGlGqcQc4LaGpzUkcZO" alt=""><figcaption></figcaption></figure>

**Recurring** displays recurring background jobs managed by **Hangfire**, including **Auto-Provisioning**, **Active Directory Synchronisation**, **Anomaly Detection**, **Task Processing**, and other scheduled maintenance tasks. The page shows each job's **schedule**, **last run time**, **next run time**, and **current status.**

To run a recurring job immediately, click **Trigger** next to the required task. This allows administrators to manually execute jobs such as **Auto-Provisioning**, **Active Directory Synchronisation**, **Check Tasks**, and other scheduled processes without waiting for the next scheduled run.

<figure><img src="/files/QXmla5XGAOvxzcyD9IMG" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Use **Trigger** to manually execute a recurring background job for testing, troubleshooting, or to force an immediate synchronisation or maintenance task.
{% endhint %}


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.nuvens.cloud/admin/admin-section/task-queue.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
