Advanced Concepts
Last edited 4 minutes ago.
An overview of advanced concepts on apalis
Extending Workers
In apalis, layers provide a way to extend worker functionality by wrapping task execution logic with additional behavior.
Read more
Piping Streams
Learn how to pipe any async stream into an Apalis backend using PipeExt — connecting cron schedules, event streams, and custom sources to persistent storage backends like SQLite or PostgreSQL.
Read more
Custom Backends
CustomBackend is a flexible backend implementation that allows you to use any persistence layer with `apalis`. Unlike pre-built backends that work with specific databases, custom backends give you complete control over task storage and retrieval.
Read more
Going to Production
A practical guide for deploying apalis-powered background job processing to production.
Read more