Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
crawler.vmusicchart.vn
Overview
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
Phạm Văn Đoan
crawler.vmusicchart.vn
Commits
8cd0fa51
Commit
8cd0fa51
authored
Mar 30, 2020
by
Phạm Văn Đoan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
thiết lập lại cấu hình chạy lấy lượt nghe
parent
dc6fd23f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
10 deletions
+7
-10
Kernel.php
app/Console/Kernel.php
+7
-10
No files found.
app/Console/Kernel.php
View file @
8cd0fa51
...
@@ -72,20 +72,17 @@ class Kernel extends ConsoleKernel
...
@@ -72,20 +72,17 @@ class Kernel extends ConsoleKernel
// 22h bắt đầu quét. Quét 3 lần, lần cuối quét hết
// 22h bắt đầu quét. Quét 3 lần, lần cuối quét hết
$schedule
->
command
(
'crawler:get-listen keeng'
)
->
dailyAt
(
'22:00'
);
$schedule
->
command
(
'crawler:get-listen keeng'
)
->
dailyAt
(
'22:00'
);
$schedule
->
command
(
'crawler:get-listen keeng'
)
->
dailyAt
(
'22:05'
);
$schedule
->
command
(
'crawler:get-listen keeng'
)
->
dailyAt
(
'22:05'
);
$schedule
->
command
(
'crawler:get-listen keeng'
)
->
dailyAt
(
'22:10'
);
$schedule
->
command
(
'crawler:get-listen keeng --limit=-1'
)
->
dailyAt
(
'22:10'
);
$schedule
->
command
(
'crawler:get-listen keeng --limit=-1'
)
->
dailyAt
(
'22:15'
);
// 22h30 bắt đầu quét. Quét 3 lần, lần cuối quét hết
// 22h30 bắt đầu quét. Quét 3 lần, lần cuối quét hết
$schedule
->
command
(
'crawler:get-listen nct'
)
->
dailyAt
(
'22:30'
);
$schedule
->
command
(
'crawler:get-listen nct'
)
->
dailyAt
(
'22:20'
);
$schedule
->
command
(
'crawler:get-listen nct'
)
->
dailyAt
(
'22:35'
);
$schedule
->
command
(
'crawler:get-listen nct'
)
->
dailyAt
(
'22:25'
);
$schedule
->
command
(
'crawler:get-listen nct'
)
->
dailyAt
(
'22:40'
);
$schedule
->
command
(
'crawler:get-listen nct --limit=-1'
)
->
dailyAt
(
'22:30'
);
$schedule
->
command
(
'crawler:get-listen nct --limit=-1'
)
->
dailyAt
(
'22:45'
);
// 23h bắt đầu quét. Quét 3 lần, lần cuối quét hết
// 23h bắt đầu quét. Quét 3 lần, lần cuối quét hết
$schedule
->
command
(
'crawler:get-listen zing'
)
->
dailyAt
(
'23:00'
);
$schedule
->
command
(
'crawler:get-listen zing'
)
->
dailyAt
(
'22:40'
);
$schedule
->
command
(
'crawler:get-listen zing'
)
->
dailyAt
(
'23:05'
);
$schedule
->
command
(
'crawler:get-listen zing'
)
->
dailyAt
(
'22:45'
);
$schedule
->
command
(
'crawler:get-listen zing'
)
->
dailyAt
(
'23:10'
);
$schedule
->
command
(
'crawler:get-listen zing --limit=-1'
)
->
dailyAt
(
'22:50'
);
$schedule
->
command
(
'crawler:get-listen zing --limit=-1'
)
->
dailyAt
(
'23:15'
);
$schedule
->
command
(
'calculate:daily-listen'
)
->
dailyAt
(
'1:00'
);
$schedule
->
command
(
'calculate:daily-listen'
)
->
dailyAt
(
'1:00'
);
$schedule
->
command
(
'calculate:daily-listen'
)
->
dailyAt
(
'1:10'
);
$schedule
->
command
(
'calculate:daily-listen'
)
->
dailyAt
(
'1:10'
);
...
...
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