ray.serve.schema.CeleryAdapterConfig#
- pydantic model ray.serve.schema.CeleryAdapterConfig[source]#
Celery adapter config. You can use it to configure the Celery task processor for your Serve application.
PublicAPI (alpha): This API is in alpha and may change before becoming stable.
- field app_custom_config: Dict[str, Any] | None = None#
The custom configurations to use for the Celery app.