Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
amos-boot-zx-biz
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Jobs
Commits
Open sidebar
项目统一框架
一体化_户用光伏项目代码
amos-boot-zx-biz
Commits
8a3393fd
Commit
8a3393fd
authored
Jul 31, 2024
by
chenzhao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
人大金仓适配
parent
f8064207
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
HandleESMessage2TDService.java
.../com/yeejoin/equip/service/HandleESMessage2TDService.java
+2
-2
No files found.
amos-boot-data/amos-boot-data-equip/src/main/java/com/yeejoin/equip/service/HandleESMessage2TDService.java
View file @
8a3393fd
...
...
@@ -39,7 +39,7 @@ public class HandleESMessage2TDService {
/**
* 十分钟拉取ES数据存入TdEngine
*/
@Scheduled
(
cron
=
"0 */
2
* * * ?"
)
@Scheduled
(
cron
=
"0 */
10
* * * ?"
)
@Transactional
(
rollbackFor
=
Exception
.
class
)
public
void
syncEsData2TDEngine
()
throws
Exception
{
SimpleDateFormat
format
=
new
SimpleDateFormat
(
datePattern
);
...
...
@@ -56,7 +56,7 @@ public class HandleESMessage2TDService {
try
{
HashMap
<
String
,
String
>
syncFlag
=
new
HashMap
<>();
syncFlag
.
put
(
"sync_flag"
,
"success"
);
emqKeeper
.
getMqttClient
().
publish
(
"sync_esdata_to_tdengine_notice
1
"
,
JSON
.
toJSONString
(
syncFlag
).
getBytes
(),
0
,
false
);
emqKeeper
.
getMqttClient
().
publish
(
"sync_esdata_to_tdengine_notice"
,
JSON
.
toJSONString
(
syncFlag
).
getBytes
(),
0
,
false
);
log
.
info
(
"同步ES数据至发发送消息给业务发送通知成功!"
);
}
catch
(
Exception
exception
)
{
log
.
info
(
"同步ES数据至发发送消息给业务发送通知失败!"
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment