Workflows
Last edited 4 minutes ago.
A guide to handling workflows on apalis
Sequential Workflows
Learn how to build multi-step async pipelines in Apalis using the Workflow type — chaining transformations, filtering, folding, delaying, and repeating steps with type-safe combinators.
Read more
DAG Workflows
Learn how to build directed acyclic graph (DAG) workflows in Apalis — running independent tasks in parallel and collecting their results with type-safe dependency declarations.
Read more
Complex Workflow
Learn how to integrate Prometheus with apalis to monitor and trace background tasks efficiently in Rust applications.
Read more