mirror of
https://github.com/ProudMuBai/GoFilm.git
synced 2026-02-18 08:34:41 +08:00
failure record
This commit is contained in:
@@ -72,8 +72,10 @@ const (
|
||||
// DefaultUpdateTime 每次采集最近 3 小时内更新的影片
|
||||
DefaultUpdateTime = 3
|
||||
|
||||
// FailureCollectKey 失败采集记录key
|
||||
FailureCollectKey = "CollectRecord:Fail:%d"
|
||||
// FailureAllCollectKey 失败采集记录-全量采集记录
|
||||
FailureAllCollectKey = "CollectRecord:Fail:%s"
|
||||
// FailureUpdateCollectKey 失败采集记录-更新失败记录
|
||||
FailureUpdateCollectKey = "CollectRecord:Fail:%s"
|
||||
)
|
||||
|
||||
// -------------------------Web API相关redis key-----------------------------------
|
||||
@@ -85,10 +87,11 @@ const (
|
||||
// -------------------------Database Connection Params-----------------------------------
|
||||
const (
|
||||
// SearchTableName 存放检索信息的数据表名
|
||||
SearchTableName = "search"
|
||||
UserTableName = "users"
|
||||
UserIdInitialVal = 10000
|
||||
FileTableName = "files"
|
||||
SearchTableName = "search"
|
||||
UserTableName = "users"
|
||||
UserIdInitialVal = 10000
|
||||
FileTableName = "files"
|
||||
FailureRecordTableName = "failure_records"
|
||||
|
||||
//mysql服务配置信息 root:root 设置mysql账户的用户名和密码
|
||||
|
||||
|
||||
Reference in New Issue
Block a user