Commit 6c9572b9 by Vladislav

#21104 Перенос проекта в продакшн

1 parent 724b7596
Showing with 2 additions and 0 deletions
......@@ -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);
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!