Jug 1.5.0 已发布,Jug 是一个基于任务的并行处理框架,采用 Python 编写,可用来在不同的机器上运行同一个任务,使用 NFS 作为文件系统的通讯。
1.5.0 更新内容:
添加 demo 子命令
添加 is_jug_running() 函数
修复查找配置文件中的 bug
改进 --debug 模式: 检查不支持的递归任务的创建
添加 invalidate() 至 shell 环境
使用 ~/.config/jug/jugrc 作为配置文件
为可扩展命令添加实验型的支持,使用~/.config/jug/jug_user_commands.py
jugrc:execute_wait_cycle_time_secs 现在是 execute_wait_cycle_time
在 jug.utils 中暴露 sync_move
软件详情:https://github.com/luispedro/jug/blob/master/ChangeLog
下载地址:https://github.com/luispedro/jug/archive/v1.5.0.zip
来自:开源中国社区

