ray.serve.schema.TaskProcessorConfig#
- pydantic model ray.serve.schema.TaskProcessorConfig[source]#
Task processor config. You can use it to configure the task processor for your Serve application.
PublicAPI (alpha): This API is in alpha and may change before becoming stable.
- field adapter: str | Callable = 'ray.serve.task_processor.CeleryTaskProcessorAdapter'#
The adapter to use for task processing. By default, Celery is used.
- field failed_task_queue_name: str | None = None#
The name of the failed task queue. This is used to move failed tasks to a dead-letter queue after max retries.