gunicorn icon indicating copy to clipboard operation
gunicorn copied to clipboard

docs: gthread is a sync worker

Open jpmckinney opened this issue 3 years ago • 3 comments

https://github.com/benoitc/gunicorn/issues/1493#issuecomment-321461614

jpmckinney avatar Nov 12 '21 18:11 jpmckinney

gthread is not an asyncio worker but is an async worker. That should proabbly fiexed by adding it as a separate async worker. Though I am not sure why we document it. We should rather always use it using the threads setting. I am inclined to move that doc in the setting then.

benoitc avatar Jun 20 '22 23:06 benoitc

the gthreath work is not an asyncio worker but still an async worker though; i know it was a long time but maybe you can make the change to move that information to Async workers? I will keep it open .

benoitc avatar Aug 06 '22 16:08 benoitc

I've created a subsection of Async workers for Gthread workers.

jpmckinney avatar Sep 16 '22 19:09 jpmckinney