Commit d2e72901 by Евгений

Тесты

1 parent 75e18854
Showing with 2 additions and 2 deletions
...@@ -42,13 +42,13 @@ class Kernel extends ConsoleKernel ...@@ -42,13 +42,13 @@ class Kernel extends ConsoleKernel
$schedule->command(DictionariesLoad::class)->saturdays()->at('05:00'); $schedule->command(DictionariesLoad::class)->saturdays()->at('05:00');
$schedule->command(CampaignsCheckChange::class)->hourlyAt(5); $schedule->command(CampaignsCheckChange::class)->hourlyAt(5);
$schedule->command(CampaignsLoadUpdated::class)->hourlyAt(10); $schedule->command(CampaignsLoadUpdated::class)->hourlyAt(10);
$schedule->command(CampaignsCheckUpdatedChildrenAdGroups::class)->hourlyAt(10);
$schedule->command(CampaignsAdd::class)->hourlyAt(15); $schedule->command(CampaignsAdd::class)->hourlyAt(15);
$schedule->command(CampaignsUpdate::class)->hourlyAt(15); $schedule->command(CampaignsUpdate::class)->hourlyAt(15);
$schedule->command(CampaignsResume::class)->hourlyAt(15); $schedule->command(CampaignsResume::class)->hourlyAt(15);
$schedule->command(CampaignsSuspend::class)->hourlyAt(15); $schedule->command(CampaignsSuspend::class)->hourlyAt(15);
//CampaignsCheckUpdatedChildrenAdGroups требует чтобы РК уже подгурзились, чтобы понимать по какм РК запрашивать инфу
$schedule->command(CampaignsCheckUpdatedChildrenAdGroups::class)->hourlyAt(15);
$schedule->command(AdGroupsLoadUpdated::class)->hourlyAt(20); $schedule->command(AdGroupsLoadUpdated::class)->hourlyAt(20);
$schedule->command(AdGroupsLoadKeywords::class)->hourlyAt(20); $schedule->command(AdGroupsLoadKeywords::class)->hourlyAt(20);
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!