Skip to content

Use solo pool for Celery workers

Karel van Klink requested to merge feature/celery-pool into develop

(Hopefully) achieve true single-threaded behaviour from a Celery worker by not having it use a threadpool at all. This should make it such that #workers == #concurrent_workflows

Merge request reports