API Reference¶
Complete API reference for Chicory — auto-generated from source code docstrings.
Core Classes¶
- Chicory — Main application class for creating task queues
- Task — Task wrapper providing invocation APIs
- Worker — Worker process for executing tasks
- AsyncResult — Asynchronous result handler
- TaskContext — Runtime context injected into tasks
Configuration¶
- ChicoryConfig — Main configuration class
- WorkerConfig — Worker-specific configuration
- RedisBrokerConfig — Redis broker configuration
- RabbitMQBrokerConfig — RabbitMQ broker configuration
- RedisBackendConfig — Redis backend configuration
- PostgresBackendConfig — PostgreSQL backend configuration
Types and Enums¶
- Types — All enums and data models
- Exceptions — All exception classes