Commit 7ae3403c by Евгений

поправил расписание

1 parent dea52827
Showing with 1 additions and 1 deletions
......@@ -90,7 +90,7 @@ class Kernel extends ConsoleKernel
$schedule->command(CampaignsLoadGroups::class)->hourlyAt(20);
$schedule->command(AdGroupsLoadUpdated::class)->hourlyAt(20);
$schedule->command(AdvertisementsLoadUpdated::class)->hourlyAt(20);
$schedule->command(AdGroupsLoadKeywords::class)->hourlyAt(30);
$schedule->command(AdGroupsLoadKeywords::class)->hourlyAt(20);
$schedule->command(AdExtensionsLoad::class)->hourlyAt(25);
$schedule->command(SitelinksLoad::class)->hourlyAt(25);
$schedule->command(VCardsLoad::class)->hourlyAt(25);
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!