Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
manager
Project
Overview
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
reyun
manager
Commits
dcd66421
Commit
dcd66421
authored
7 years ago
by
manxiaoqiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pom
parent
4cbd6e63
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
workspace.xml
.idea/workspace.xml
+0
-0
SyncAppDataTask.java
src/main/java/common/task/SyncAppDataTask.java
+1
-1
applicationContext-schedule.xml
src/main/resources/spring/applicationContext-schedule.xml
+2
-2
No files found.
.idea/workspace.xml
View file @
dcd66421
This diff is collapsed.
Click to expand it.
src/main/java/common/task/SyncAppDataTask.java
View file @
dcd66421
...
...
@@ -151,7 +151,7 @@ public class SyncAppDataTask
public
void
syncAppDeviceNum
()
{
String
ds
=
DateUtil
.
getBeforeDays
(
1
);
ds
=
"2017-12-2
1
"
;
ds
=
"2017-12-2
2
"
;
String
skey
=
"export/pkg_dev_stats/ds="
+
ds
+
"/"
;
final
AwsS3Util
s3Util
=
AwsS3Util
.
getInstance
();
...
...
This diff is collapsed.
Click to expand it.
src/main/resources/spring/applicationContext-schedule.xml
View file @
dcd66421
...
...
@@ -33,8 +33,8 @@
<task:scheduled-tasks>
<!--//定时同步短链数据(每5分钟执行一次)-->
<task:scheduled
ref=
"SyncAppDataTask"
method=
"syncAppInfo"
cron=
"0
54 20
* * ?"
/>
<task:scheduled
ref=
"SyncAppDataTask"
method=
"syncAppDeviceNum"
cron=
"0 0
9 2
1 * * ?"
/>
<task:scheduled
ref=
"SyncAppDataTask"
method=
"syncAppInfo"
cron=
"0
21 11
* * ?"
/>
<task:scheduled
ref=
"SyncAppDataTask"
method=
"syncAppDeviceNum"
cron=
"0 0
1
1 * * ?"
/>
</task:scheduled-tasks>
...
...
This diff is collapsed.
Click to expand it.
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