Commit Graph

24 Commits

Author SHA1 Message Date
marvzhang
152e94da01 加入RPC机制,完成部分依赖安装逻辑 2020-01-02 15:53:53 +08:00
yaziming
5fc2370f24 fix(backend):
修复redis连接池订阅消息失败时,因为ping操作优先获取到错误造成chain提前关闭引发panic的问题
2019-12-25 14:02:45 +08:00
marvzhang
44c9bde96f fixed https://github.com/crawlab-team/crawlab/issues/373 2019-12-19 10:42:20 +08:00
陈景阳
728dbd5147 fix 同步锁可能异常的情况 2019-12-10 09:22:09 +08:00
陈景阳
b4c160fe22 完成可能重复注册节点的问题 2019-12-09 10:28:48 +08:00
韩山杰
6741873f20 modity redis DialWriteTimeout to 15s 2019-11-22 22:29:02 +08:00
yaziming
2f6b517356 refactor(all): refactor code
remove redundant code and some code refactor
2019-10-11 16:01:57 +08:00
yaziming
b3a656c777 fix(backend): fix mongo connect error when password has special characters 2019-10-01 09:58:24 +08:00
陈景阳
48dcf5a952 添加日志打印 2019-09-25 16:19:58 +08:00
陈景阳
f20039fefd fix 消息无法订阅问题
fix 可能出现重复爬虫的问题
2019-09-10 14:26:50 +08:00
yaziming
ec328ae02b Remove redundant fmt.Println 2019-09-02 22:57:29 +08:00
yaziming
2b579cc642 break loop when subscribe count is 0 2019-09-02 18:32:47 +08:00
yaziming
443d697c6f backend:
1. Mongo dial add 5 seconds connection timeout.
 2. Redis uses connection pool mode.
 3. Redis pool new connection have 10 seconds write timeout and read timeout and connection timeout.
2019-09-01 17:18:08 +08:00
hantmac
9855d9ef6a hot fix:fix redis lose connection problem 2019-08-26 10:38:40 +08:00
hantmac
366836d0aa remove redundant code 2019-08-24 15:50:53 +08:00
hantmac
f789352ad3 bug fix:fix redis connection dead cycle 2019-08-24 15:16:27 +08:00
hantmac
dcd33910cc Complete unite test for backend/database/mongo.go 2019-08-19 18:48:25 +08:00
hantmac
51707e8f2a bug fix: fixed mongo.go unit test 2019-08-19 09:56:16 +08:00
hantmac
8f25fcc275 Add Some Unit Test 2019-08-18 12:09:54 +08:00
陈景阳
4cf7f4e0d7 FIX MongoDB 连接问题 2019-08-01 14:39:35 +08:00
陈景阳
59027c345f fix mongodb 在有账号密码情况下连接错误的问题 2019-08-01 14:08:13 +08:00
陈景阳
34ca8cbd8f fix redis连接问题 2019-07-31 14:35:36 +08:00
Marvin Zhang
10d519bae2 added mongodb username / password support 2019-07-29 22:09:15 +08:00
Marvin Zhang
53cebde962 added golang 2019-07-22 12:51:52 +08:00