Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Письменов Дмитрий Иванович
/
yourroomads
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 86f47903
authored
Jun 21, 2021
by
Vladislav
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#19496 Запрос измененных объявлений
1 parent
0d2540fc
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
app/Console/Kernel.php
app/Console/Kernel.php
View file @
86f4790
...
...
@@ -5,9 +5,10 @@ namespace App\Console;
use
App\Console\Commands\AdGroupsAdd
;
use
App\Console\Commands\AdGroupsLoadUpdated
;
use
App\Console\Commands\AdGroupsUpdate
;
use
App\Console\Commands\AdvertisementsLoadUpdated
;
use
App\Console\Commands\CampaignsAdd
;
use
App\Console\Commands\CampaignsCheckChange
;
use
App\Console\Commands\CampaignsCheckUpdatedChildren
AdGroups
;
use
App\Console\Commands\CampaignsCheckUpdatedChildren
;
use
App\Console\Commands\CampaignsLoadGroups
;
use
App\Console\Commands\AdGroupsLoadKeywords
;
use
App\Console\Commands\CampaignsResume
;
...
...
@@ -48,7 +49,7 @@ class Kernel extends ConsoleKernel
$schedule
->
command
(
DictionariesLoad
::
class
)
->
saturdays
()
->
at
(
'05:00'
);
$schedule
->
command
(
CampaignsCheckChange
::
class
)
->
hourlyAt
(
5
);
$schedule
->
command
(
CampaignsLoadUpdated
::
class
)
->
hourlyAt
(
10
);
$schedule
->
command
(
CampaignsCheckUpdatedChildren
AdGroups
::
class
)
->
hourlyAt
(
10
);
$schedule
->
command
(
CampaignsCheckUpdatedChildren
::
class
)
->
hourlyAt
(
10
);
$schedule
->
command
(
CampaignsAdd
::
class
)
->
hourlyAt
(
15
);
$schedule
->
command
(
CampaignsUpdate
::
class
)
->
hourlyAt
(
15
);
...
...
@@ -65,6 +66,8 @@ class Kernel extends ConsoleKernel
$schedule
->
command
(
KeywordsAdd
::
class
)
->
hourlyAt
(
40
);
$schedule
->
command
(
KeywordsUpdate
::
class
)
->
hourlyAt
(
40
);
$schedule
->
command
(
KeywordsDelete
::
class
)
->
hourlyAt
(
40
);
$schedule
->
command
(
AdvertisementsLoadUpdated
::
class
)
->
hourlyAt
(
50
);
}
/**
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment