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 fe5ab635
authored
Jun 15, 2021
by
Евгений
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Тесты
1 parent
cc186b99
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
4 deletions
app/Console/Kernel.php
app/Console/Kernel.php
View file @
fe5ab63
...
@@ -53,13 +53,10 @@ class Kernel extends ConsoleKernel
...
@@ -53,13 +53,10 @@ class Kernel extends ConsoleKernel
$schedule
->
command
(
CampaignsResume
::
class
)
->
hourlyAt
(
15
);
$schedule
->
command
(
CampaignsResume
::
class
)
->
hourlyAt
(
15
);
$schedule
->
command
(
CampaignsSuspend
::
class
)
->
hourlyAt
(
15
);
$schedule
->
command
(
CampaignsSuspend
::
class
)
->
hourlyAt
(
15
);
$schedule
->
command
(
CampaignsLoadGroups
::
class
)
->
hourlyAt
(
20
);
$schedule
->
command
(
AdGroupsLoadUpdated
::
class
)
->
hourlyAt
(
20
);
$schedule
->
command
(
AdGroupsLoadUpdated
::
class
)
->
hourlyAt
(
20
);
$schedule
->
command
(
AdGroupsLoadKeywords
::
class
)
->
hourlyAt
(
30
);
$schedule
->
command
(
AdGroupsLoadKeywords
::
class
)
->
hourlyAt
(
30
);
//Это разовая загрука групп. В расписании она не нужна, по расипсниаю будем грузить уже только те, в которых были изменения
// через AdGroupsLoadUpdated
// $schedule->command(CampaignsLoadGroups::class)->hourlyAt(40);
$schedule
->
command
(
AdGroupsAdd
::
class
)
->
hourlyAt
(
30
);
$schedule
->
command
(
AdGroupsAdd
::
class
)
->
hourlyAt
(
30
);
$schedule
->
command
(
AdGroupsUpdate
::
class
)
->
hourlyAt
(
30
);
$schedule
->
command
(
AdGroupsUpdate
::
class
)
->
hourlyAt
(
30
);
...
...
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