Skip to content

Commit

Permalink
disable docs sync
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Jan 23, 2024
1 parent dbac84b commit 9c772f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Console/Kernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ protected function schedule(Schedule $schedule): void
$schedule->command('model:prune', ['--model' => MonitoredScheduledTaskLogItem::class])->weekly();
$schedule->command(SendLicenseExpirationNotificationsCommand::class)->dailyAt('10:00');
$schedule->command(RevokeRepositoryAccessForExpiredLicensesCommand::class)->dailyAt('04:00');
$schedule->command(ImportDocsFromRepositoriesCommand::class)->graceTimeInMinutes(20)->runInBackground();
//$schedule->command(ImportDocsFromRepositoriesCommand::class)->graceTimeInMinutes(20)->runInBackground();
$schedule->job(RandomizeAdsOnGitHubRepositoriesJob::class)->weekly();
$schedule->command(UpdateConversionRatesCommand::class)->runInBackground()->sundays()->at('05:00');
$schedule->command(UpdatePurchasablePricesCommand::class)->runInBackground()->sundays()->at('06:00');
Expand Down

0 comments on commit 9c772f0

Please sign in to comment.