Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
P
poc-api
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
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
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
poc
poc-api
Commits
cdbc964a
Commit
cdbc964a
authored
Nov 26, 2024
by
alex yao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Agent应用热度计算 - 5分钟同步
parent
8a5cdb50
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
AgentApplicationMallSchedule.java
...nt_application/schedule/AgentApplicationMallSchedule.java
+1
-1
No files found.
src/main/java/cn/com/poc/agent_application/schedule/AgentApplicationMallSchedule.java
View file @
cdbc964a
...
@@ -37,7 +37,7 @@ public class AgentApplicationMallSchedule {
...
@@ -37,7 +37,7 @@ public class AgentApplicationMallSchedule {
* 【用于更新DB的应用热度】
* 【用于更新DB的应用热度】
* 定时规则:每分钟触发一次
* 定时规则:每分钟触发一次
*/
*/
@Scheduled
(
cron
=
"0
*
* * * ?"
)
@Scheduled
(
cron
=
"0
0/5
* * * ?"
)
public
void
updateAgentPopularity
()
throws
Exception
{
public
void
updateAgentPopularity
()
throws
Exception
{
// 查询应用市场表
// 查询应用市场表
List
<
BizAgentApplicationMallEntity
>
mallEntities
=
bizAgentApplicationMallService
.
getList
();
List
<
BizAgentApplicationMallEntity
>
mallEntities
=
bizAgentApplicationMallService
.
getList
();
...
...
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