Commit Graph

25 Commits

Author SHA1 Message Date
陈景阳
f5af83dcce 修改版本号 2019-10-08 20:26:08 +08:00
陈景阳
6b90d86ea2 fix 状态的问题 2019-10-08 20:20:48 +08:00
陈景阳
a081b02c13 fix 状态的问题 2019-10-08 20:16:49 +08:00
陈景阳
4c8b38f40b fix 状态错误的问题 2019-10-08 19:41:29 +08:00
陈景阳
41556cab74 fix 删除爬虫的问题 2019-09-30 12:09:37 +08:00
陈景阳
5f158ddb44 完成爬虫获取 2019-09-26 19:12:02 +08:00
陈景阳
169a7d0df9 fix 可能直接退出的问题 2019-09-26 16:49:01 +08:00
陈景阳
05c28230b7 爬虫逻辑修改为从GridFS获取 2019-09-26 11:28:20 +08:00
陈景阳
96e926b486 fix 无法终止任务的问题 2019-09-26 10:29:58 +08:00
陈景阳
e235076a11 fix 无法终止任务的问题 2019-09-26 10:23:08 +08:00
陈景阳
7218a4f4de 添加日志打印 2019-09-26 09:37:10 +08:00
陈景阳
fda7e56e1a 添加日志打印 2019-09-25 16:19:58 +08:00
陈景阳
82999225de fix 无法获取task的错误 2019-09-25 15:11:27 +08:00
陈景阳
951f6a9f07 fix 2019-09-25 14:38:46 +08:00
陈景阳
cdeef4b4a5 重构msg的包 2019-09-10 09:32:48 +08:00
Marvin Zhang
4893439ffb added param to task 2019-09-04 20:13:12 +08:00
hantmac
2fb1754e56 bug fix:fix data race caused by LockList 2019-09-04 13:51:02 +08:00
yaziming
e10d8fd996 refactor(backend): Use more efficient bytes to string methods and remove unnecessary type conversions
detail:
    1. add utils.BytesToString function instead of string() convert bytes to string.
    2. use bytes.NewReader instead of strings.NewReader(string(sb)).
    3. use w.Body.Bytes() instead of []byte(w.Body.String()).
2019-09-03 15:17:32 +08:00
yaziming
a9346a0934 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
陈景阳
e423ff564c fix 爬虫目录无法打开的问题 2019-08-31 17:04:49 +08:00
陈景阳
c7e137a6aa 删除爬虫顺带删除文件 2019-08-27 09:39:16 +08:00
Marvin Zhang
83babba43f fixed upload bug 2019-07-29 20:31:44 +08:00
Marvin Zhang
f3e78423f8 updated Dockerfile 2019-07-28 15:27:44 +08:00
Marvin Zhang
946bb7ceba added spider stats 2019-07-26 17:07:24 +08:00
Marvin Zhang
56c99b314f added golang 2019-07-22 12:51:52 +08:00