1
0
镜像自地址 https://github.com/tuna/tunasync.git 已同步 2025-12-06 06:26:46 +00:00

feature(worker): use cgroup track job process, so that they can be all-killed

这个提交包含在:
bigeagle
2016-04-29 16:05:15 +08:00
父节点 41e1f263a5
当前提交 924fda6dd8
共有 11 个文件被更改,包括 250 次插入17 次删除

查看文件

@@ -3,12 +3,16 @@ go:
- 1.6
before_install:
- go get golang.org/x/tools/cmd/cover
- go get -v github.com/mattn/goveralls
- sudo apt-get install cgroup-bin
- go get golang.org/x/tools/cmd/cover
- go get -v github.com/mattn/goveralls
os:
- linux
before_script:
- sudo cgcreate -t travis -a travis -g cpu:tunasync
script:
- ./.testandcover.bash