This document is for Celery's development version, which can be significantly different from previous releases. Get old docs here: 2.5.
The mediator is an internal thread that moves tasks from an internal Queue to the worker pool.
This is only used if rate limits are enabled, as it moves messages from the rate limited queue (which holds tasks that are allowed to be processed) to the pool. Disabling rate limits will also disable this machinery, and can improve performance.
| copyright: |
|
|---|---|
| license: | BSD, see LICENSE for more details. |