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 6c9572b9
authored
Oct 13, 2021
by
Vladislav
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#21104 Перенос проекта в продакшн
1 parent
724b7596
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
app/Console/Kernel.php
app/Console/Kernel.php
View file @
6c9572b
...
...
@@ -23,6 +23,7 @@ use App\Console\Commands\BidModifiersUpdate;
use
App\Console\Commands\CampaignsAdd
;
use
App\Console\Commands\CampaignsCheckChange
;
use
App\Console\Commands\CampaignsCheckUpdatedChildren
;
use
App\Console\Commands\CampaignsLoadAds
;
use
App\Console\Commands\CampaignsLoadBidModifiers
;
use
App\Console\Commands\CampaignsLoadGroups
;
use
App\Console\Commands\AdGroupsLoadKeywords
;
...
...
@@ -98,6 +99,7 @@ protected function schedule(Schedule $schedule)
$schedule
->
command
(
CampaignsResume
::
class
)
->
hourlyAt
(
15
);
$schedule
->
command
(
CampaignsSuspend
::
class
)
->
hourlyAt
(
15
);
$schedule
->
command
(
CampaignsLoadAds
::
class
)
->
hourlyAt
(
20
);
$schedule
->
command
(
CampaignsLoadBidModifiers
::
class
)
->
hourlyAt
(
20
);
$schedule
->
command
(
CampaignsLoadGroups
::
class
)
->
hourlyAt
(
20
);
$schedule
->
command
(
AdGroupsLoadUpdated
::
class
)
->
hourlyAt
(
20
);
...
...
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