ENever mind, I already found it myself :) It's in the config: app.conf.worker_pool = "eventlet"Reply·Article·Dec 11, 2024·Celery Execution Pools: What is it all about?
EThanks, this clears a bit of stuff up for me. Do you happen to know whether you can set the worker pool programmatically? I.e. let's say I have a Celery instance app and create a worker with app.worker_main(...), can I set the worker pool in the arguments?Comment·Article·Dec 11, 2024·Celery Execution Pools: What is it all about?