140 lines
3.1 KiB
TOML
140 lines
3.1 KiB
TOML
version = "1.0.0"
|
|
user = "nobody"
|
|
pid = "/tmp/playlist-job.pid"
|
|
env="dev" # dev or pro
|
|
dir = "./"
|
|
family = "playlist-job"
|
|
|
|
[log]
|
|
family = "playlist-job"
|
|
dir = "/data/log/playlist-job/"
|
|
|
|
[app]
|
|
key = "b1014d7c339a5649"
|
|
secret = "75b74b612aa792b112e6504cae44c319"
|
|
|
|
|
|
[HTTPServer]
|
|
addr = "0.0.0.0:7201"
|
|
timeout = "1s"
|
|
|
|
[HTTPClient]
|
|
key = "b1014d7c339a5649"
|
|
secret = "75b74b612aa792b112e6504cae44c319"
|
|
dial = "50ms"
|
|
timeout = "1s"
|
|
keepAlive = "60s"
|
|
|
|
|
|
[playlistViewSub]
|
|
key = "9765cdac5894f2ba"
|
|
secret = "1448f5f2cd6029f6af6c5d438cd31edd"
|
|
group = "StatView-MainWebSvr-S"
|
|
topic = "StatView-T"
|
|
action = "sub"
|
|
name = "playlist-job/playlist-sub"
|
|
proto = "tcp"
|
|
addr = "172.16.33.158:6205"
|
|
idle = 100
|
|
active = 100
|
|
dialTimeout = "1s"
|
|
readTimeout = "60s"
|
|
writeTimeout = "1s"
|
|
idleTimeout = "10s"
|
|
|
|
[playlistFavSub]
|
|
key = "9765cdac5894f2ba"
|
|
secret = "1448f5f2cd6029f6af6c5d438cd31edd"
|
|
group = "StatFav-MainWebSvr-S"
|
|
topic = "StatFav-T"
|
|
action = "sub"
|
|
name = "playlist-job/playlist-sub"
|
|
proto = "tcp"
|
|
addr = "172.16.33.158:6205"
|
|
idle = 100
|
|
active = 100
|
|
dialTimeout = "1s"
|
|
readTimeout = "60s"
|
|
writeTimeout = "1s"
|
|
idleTimeout = "10s"
|
|
|
|
[playlistReplySub]
|
|
key = "9765cdac5894f2ba"
|
|
secret = "1448f5f2cd6029f6af6c5d438cd31edd"
|
|
group = "StatReply-MainWebSvr-S"
|
|
topic = "StatReply-T"
|
|
action = "sub"
|
|
name = "playlist-job/playlist-sub"
|
|
proto = "tcp"
|
|
addr = "172.16.33.158:6205"
|
|
idle = 100
|
|
active = 100
|
|
dialTimeout = "1s"
|
|
readTimeout = "60s"
|
|
writeTimeout = "1s"
|
|
idleTimeout = "10s"
|
|
|
|
[playlistShareSub]
|
|
key = "9765cdac5894f2ba"
|
|
secret = "1448f5f2cd6029f6af6c5d438cd31edd"
|
|
group = "StatShare-MainWebSvr-S"
|
|
topic = "StatShare-T"
|
|
action = "sub"
|
|
name = "playlist-job/playlist-sub"
|
|
proto = "tcp"
|
|
addr = "172.16.33.158:6205"
|
|
idle = 100
|
|
active = 100
|
|
dialTimeout = "1s"
|
|
readTimeout = "60s"
|
|
writeTimeout = "1s"
|
|
idleTimeout = "10s"
|
|
|
|
[playlistRPC]
|
|
pullInterval = "10s"
|
|
[playlistRPC.client]
|
|
proto = "tcp"
|
|
timeout = "1s"
|
|
timer = 1000
|
|
[playlistRPC.client.breaker]
|
|
window ="10s"
|
|
sleep ="10ms"
|
|
bucket = 10
|
|
ratio = 0.5
|
|
request = 100
|
|
[playlistRPC.zookeeper]
|
|
root = "/microservice/playlist-service/"
|
|
addrs = ["172.18.33.172:2181"]
|
|
timeout = "30s"
|
|
|
|
[mysql]
|
|
addr = "172.16.33.205"
|
|
dsn = "test:test@tcp(172.16.33.205:3308)/bilibili_playlist?timeout=5s&readTimeout=5s&writeTimeout=5s&parseTime=true&loc=Local&charset=utf8,utf8mb4"
|
|
active = 5
|
|
idle = 2
|
|
idleTimeout = "4h"
|
|
queryTimeout = "100ms"
|
|
execTimeout = "100ms"
|
|
tranTimeout = "200ms"
|
|
[mysql.breaker]
|
|
window = "3s"
|
|
sleep = "100ms"
|
|
bucket = 10
|
|
ratio = 0.5
|
|
request = 100
|
|
|
|
[redis]
|
|
name = "playlist-job"
|
|
proto = "tcp"
|
|
addr = "172.16.33.54:6379"
|
|
idle = 10
|
|
active = 10
|
|
dialTimeout = "1s"
|
|
readTimeout = "1s"
|
|
writeTimeout = "1s"
|
|
idleTimeout = "10s"
|
|
|
|
[job]
|
|
updateDbInterval = "0m"
|
|
interceptOn = false
|
|
viewCacheTTL = "30m" |