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

# Queues

> How the Alumio queuing system schedules and processes tasks.

The Queue page gives you a real-time overview of all jobs being executed by the Scheduler, including their current status and processing times.

Navigate to **More → System → Queue**.

### What the Queue shows

Each entry in the Queue represents one scheduled job and displays the following information:

| Column                 | Description                                                                        |
| :--------------------- | :--------------------------------------------------------------------------------- |
| Status                 | Current state of the job: Scheduled, New, Processing, Killed, Finished, or Failed. |
| Process                | Unique identifier for the job.                                                     |
| Priority               | High, Medium, or Low.                                                              |
| Type and configuration | What is being run and which configuration triggered it.                            |
| Added to queue         | When the job was queued.                                                           |
| Process time           | How long the job took to execute.                                                  |
| Total throughput time  | Total time from scheduling to completion.                                          |

### Filtering and managing jobs

The Queue can be filtered by type, status, process ID, priority, configuration, and queue date. Active jobs can be killed or skipped directly from the Queue.

Records are retained for a maximum of 30 days or 1000 entries.ill explain how the Alumio queuing system schedules and processes tasks.
