Module backend

Source
Expand description

Redis backend implementation using Apalis.

This module provides a Redis/Apalis-backed implementation of the QueueBackend trait. It wraps the existing Queue structure and delegates to Apalis for job processing.

Structsยง

RedisBackend
Redis backend using Apalis for job queue operations.