Fabric 1.0.0 中 CPU 使用率高
在 Fabric 0.9 中,一切运行正常,但在 1.0.0 中,以下 Fabric 脚本在 top
中显示 100% CPU 使用率:
from fabric.api import run
def test():
run("sleep 1000")
我正在运行这样的文件:
fab -H localhost
为什么会发生这种情况?
In fabric 0.9, everything runs OK, but in 1.0.0, the following fabric script shows 100% CPU usage in top
:
from fabric.api import run
def test():
run("sleep 1000")
I'm running the file like this:
fab -H localhost
Why is this happening?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是一个已知问题,希望在一两天内得到解决:
http://code.fabfile .org/issues/show/312
This is a known issue which will hopefully be addressed in a day or two:
http://code.fabfile.org/issues/show/312