# Import Queue

When you import products or posts with any Import Tool, they aren’t created immediately. Each import request becomes a task that’s processed in the background—one task at a time.

**Location**\
Content Egg > Import Tools > Queue

**Task Statuses**

* **Pending**: Awaiting processing
* **Working**: Currently importing
* **Success**: Completed without errors
* **Failed**: Encountered an error

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

### How It Works

* The plugin uses the default WordPress Cron system—**no additional setup is required**.
* If you’ve replaced WP-Cron with a real cron job, schedule it to run every 1–5 minutes for timely imports.

### Managing the Queue

* **Stop All Tasks**\
  Click this button to remove any tasks that are still Pending.
* **Task Log & Links**\
  In the queue table, each row shows a brief import log. Once a task completes, click the link to view the newly created post or WooCommerce product.


---

# Agent Instructions: 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://ce-docs.keywordrush.com/set-up-products/import-tools/import-queue.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.
