This document describes the current stable version of Celery (5.2).
For development docs,
go here.
celery.concurrency.solo
Single-threaded execution pool.
-
class celery.concurrency.solo.TaskPool(*args, **kwargs)[source]
Solo task pool (blocking, inline, fast).
-
body_can_be_buffer = True