Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

上传的zip无法同步子节点 #114

Closed
1941198 opened this issue Aug 6, 2019 · 1 comment
Closed

上传的zip无法同步子节点 #114

1941198 opened this issue Aug 6, 2019 · 1 comment
Labels
bug Something isn't working

Comments

@1941198
Copy link

1941198 commented Aug 6, 2019

docker run -d --name crawlab_w1 -e CRAWLAB_REDIS_ADDRESS=redis -e CRAWLAB_MONGO_HOST=mongo -e CRAWLAB_SERVER_MASTER=N -e CRAWLAB_API_ADDRESS=192.168.2.222:8000 -e CRAWLAB_SPIDER_PATH=/app/spiders -v /var/logs/crawlab:/var/logs/crawlab --link mongo:mongo --link redis:redis --privileged=true tikazyq/crawlab

该docker显示已经上线
image
上传一个zip文件, 只包含一个test.js,console.log("test");
只有主节点可以运行,今天试了上传几次子节点依然没有,发现子节点报以下错误,进入docker中也没有目录建立,只有示例的目录。
image

@tikazyq tikazyq added the bug Something isn't working label Aug 6, 2019
@tikazyq
Copy link
Collaborator

tikazyq commented Aug 10, 2019

检查了日志有不有报错?按道理每60秒主节点会同步一次爬虫文件,这时候如果同步不成功应该有报错

docker logs crawlab

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants