---
title: Queue
description: Durable async queues as a platform primitive. Coming soon.
order: 2
---

> **Note:** Managed queues are **coming soon**. This page describes the direction; details may change before launch.

Atlasflow is building **durable queues** for retries, background processing, and reliable delivery, integrated with the same compute primitives you already use for services.

## What to expect

- Reliable delivery semantics for background jobs.
- A clean story for retries and fan-out processing.
- Workers running on the same platform as your services.

## What to do today

Run background work as a separate [project](/docs/guides/monorepos.md) that consumes from an external broker (for example a hosted Redis or message queue), configured with [runtime environment variables](/docs/guides/environment-variables.md).

## Related

- [Monorepos](/docs/guides/monorepos.md): run a worker as its own project.
- [Products](/docs/products.md): other managed products.