Fabric 1.0.0中的高CPU使用率

时间:2011-03-10 22:49:42

标签: python fabric

在fabric 0.9中,一切运行正常,但在1.0.0中,以下结构脚本在top中显示100%的CPU使用率:

from fabric.api import run

def test():
    run("sleep 1000")

我正在运行这样的文件:

fab -H localhost

为什么会这样?

1 个答案:

答案 0 :(得分:7)

这是一个已知问题,希望在一两天内得到解决:

http://code.fabfile.org/issues/show/312