зеркало из https://github.com/Azure/spec-sla-bot.git
Added a lot to show time difference
This commit is contained in:
Родитель
8c716e4a8d
Коммит
afe721089e
|
@ -108,6 +108,7 @@ func ShouldSend(messageStruct *Message) bool {
|
|||
return false
|
||||
}
|
||||
for _, pr := range prs {
|
||||
log.Print(time.Now().Sub(pr.ExpireTime))
|
||||
if pr.ValidTime && time.Now().Sub(pr.ExpireTime) >= 0 {
|
||||
log.Print("returning true, should send message")
|
||||
return true
|
||||
|
|
Загрузка…
Ссылка в новой задаче