tickerInfo id
This commit is contained in:
parent
6565760b7d
commit
0e7fb63f81
2
main.go
2
main.go
@ -77,7 +77,7 @@ func RestTicker(cr *core.Core, dura time.Duration) {
|
|||||||
wg := core.WriteLog{
|
wg := core.WriteLog{
|
||||||
Content: ab,
|
Content: ab,
|
||||||
Tag: "sardine.log.ticker." + tir.InstId,
|
Tag: "sardine.log.ticker." + tir.InstId,
|
||||||
Id: did,
|
Id: ti.Id,
|
||||||
}
|
}
|
||||||
cr.WriteLogChan <- &wg
|
cr.WriteLogChan <- &wg
|
||||||
redisCli.Publish(core.TICKERINFO_PUBLISH+suffix, string(ab)).Result()
|
redisCli.Publish(core.TICKERINFO_PUBLISH+suffix, string(ab)).Result()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user