I am trying to set a different number of concurrent threads in Celery using --concurrency=1
(based on Workers Guide).
Anyway, when I run the daemon (celeryd ... --concurrency=1
) I don't know how to see the number of threads that are running.
Do they correspond to each line shown in ps -ef
?