We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c98285 commit fb15097Copy full SHA for fb15097
1 file changed
src/internal/updateplatform/message_report.go
@@ -1532,7 +1532,7 @@ func (m *UpdatePlatformManager) PostProcessEventMessage(body ProcessEvent) {
1532
logger.Debug("post process event msg:", body)
1533
body.TaskID = m.taskID
1534
if body.ExecAt == 0 {
1535
- body.ExecAt = time.Now().Unix()
+ body.ExecAt = time.Now().UnixMilli()
1536
}
1537
if (m.config.PlatformDisabled & DisabledProcess) != 0 {
1538
logger.Warning("platform is disabled")
0 commit comments