Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
spider-ufo
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
陈峰
2018-12-22 13:25:17 +0800
Commit
cb24465a6f8b475e47f22524f04a62b5051de628
1 parent
80ead3ef
commit
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
app.js
app.js
View file @
cb24465
...
...
@@ -30,4 +30,5 @@ schedule.scheduleJob('0 59 23 * * *', () => {
schedule
.
scheduleJob
(
'0 0 */2 * * *'
,
()
=>
{
logger
.
info
(
'[process]task start priceTask'
);
priceTask
();
});
\ No newline at end of file
});
priceTask
();
...
...
Please
register
or
login
to post a comment