Introduction
Last edited 4 minutes ago.
Overview
Apalis is a simple yet powerful Rust library for building reliable, scalable, and multithreaded background task and message processing systems.
Read more
Quickstart
Follow this guide to install apalis and configure your development environment for efficient background task processing in Rust.
Read more
Architecture
Apalis is built around a small set of composable abstractions — a backend that delivers tasks, a worker that drives them, and a Tower middleware stack that wraps execution. Understanding these three layers explains everything else.
Read more
Use cases
Outlines the common use cases and application scenarios for apalis. It demonstrates how Apalis can be applied to solve various asynchronous processing needs in real-world applications.
Read more