Use solo pool for Celery workers
(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
(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