我正在使用具有大量异步操作和产量的 Google App Engine NDB。控制台向我显示此消息:
tasklets.py:119] all_pending: clear set([Future 106470190 created by dispatch(webapp2.py:570) for tasklet post(sync.py:387); pending])
这是某种警告吗?它应该被忽略吗?它不会导致任何异常行为。
(sync.py 是我的文件之一,但其他东西不是我的)
我正在使用具有大量异步操作和产量的 Google App Engine NDB。控制台向我显示此消息:
tasklets.py:119] all_pending: clear set([Future 106470190 created by dispatch(webapp2.py:570) for tasklet post(sync.py:387); pending])
这是某种警告吗?它应该被忽略吗?它不会导致任何异常行为。
(sync.py 是我的文件之一,但其他东西不是我的)