CodeTracked since May 20, 2026
cognee moves task execution to a worker-per-task pipeline with adaptive concurrency
The PR replaces the old recursive `run_tasks_base` executor with a queue-based worker pipeline (`run_worker_pipeline`) and adds `Task(workers=...)`/`Task(timeout=...)` control using `FixedWorkers` and `AdaptiveWorkers`, while adding a cross-run registry so adaptive tuning can resume from prior targets instead of re-discovering concurrency on every run.
run_tasksrun_worker_pipelineWorkerStrategyFixedWorkers