I have created 16 workers with gunicorn for the flask app.
why the worker spawn processes all running on cpu 1.
why the workers not utilizing the all the cores? or htop command is lying? showing cpu 1 for all processes. for other multiprocessing tasks I have seen in CPU column values from 1 to 16, and I was expecting here the same the workers distributed from CPU 1 TO 16, or some other fashion. but it is not clear why all workers running on single core?