|
@@ -34,6 +34,7 @@ func RunTimeWindowProducerQueue() {
|
|
|
time.Sleep(time.Duration(1) * time.Second)
|
|
|
if len(entity.TimeWindowProducerQueue) > 0 {
|
|
|
|
|
|
+ c_log.GlobalLogger.Info("采集数据,发送record命令进程关闭信号。")
|
|
|
commonService.ChannelKillRosRecord <- 3
|
|
|
|
|
|
bags, _ := util.ListAbsolutePathWithSuffixAndSort(commonConfig.CloudConfig.BagDataDir, ".bag")
|