Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在结构 0.9 中,一切运行正常,但在 1.0.0 中,以下结构脚本显示 CPU 使用率为 100% top:
top
from fabric.api import run def test(): run("sleep 1000")
我正在运行这样的文件:
fab -H localhost
为什么会这样?
这是一个已知问题,有望在一两天内得到解决:
http://code.fabfile.org/issues/show/312