Results 16 comments of Zhi

> @erigo At the line 6 of `api.app.py`. > > ``` > monkey.patch_all() > ``` > > If DEBUG set to true, the line 6 pathes gevent monkey, before the...

> Thanks for your correction. And the existed code seems only apply the monkey patch when DEBEUG disabled. > > What's your main goal in this PR? And how it...

> > Do you want to apply event monky patch anyway > > If this is what you're asking for, these changes I'm suggested. > > * leave celery extension...

> Have you joined the Wechat group of contributors? Not yet, I haven't found the 'organization' 😂.

> > > Thanks for your correction. And the existed code seems only apply the monkey patch when DEBEUG disabled. > > > What's your main goal in this PR?...

> Hi @erigo, > > I believe this issue is unlikely to be caused by `gevent`. Since the pool deals with concurrency, and in the debug mode, the concurrency is...