Cargo Features

spring-apalis has no features set by default.

[dependencies]
spring-apalis = { version = "0.4.2", features = ["full", "redis", "amqp", "sql-postgres", "sql-sqlite", "sql-mysql", "workflow", "board", "board-web"] }
full

Enables full of apalis

apalis:

All available features

redis = apalis-redis, spring-redis
amqp = apalis-amqp
sql-postgres = apalis-postgres, spring-sqlx
sql-sqlite = apalis-sqlite, spring-sqlx
sql-mysql = apalis-mysql, spring-sqlx
workflow = apalis-workflow
board = apalis-board
board-web

Enables web of apalis-board

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

apalis-redis redis?
apalis-amqp amqp?
apalis-postgres sql-postgres?
apalis-sqlite sql-sqlite?
apalis-mysql sql-mysql?
apalis-workflow workflow?
apalis-board board? board-web?
spring-redis redis?
spring-sqlx sql-mysql? sql-postgres? sql-sqlite?