提交 c33d6bbd 编写于 作者: P Pablo Hoffman

avoid shutting down the reactor from two places, for now

上级 be764900
......@@ -113,8 +113,6 @@ class ExecutionManager(object):
"""Stop the scrapy server, shutting down the execution engine"""
self.interrupted = True
scrapyengine.stop()
if self.control_reactor and reactor.running:
reactor.stop()
def _signal_shutdown(self, signum, _):
signame = signal_names[signum]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册