Skip to content

Commit 622fe0f

Browse files
authored
Merge pull request #5515 from ampproject/feature/1756-validation-cron
Create background events for URL validation
2 parents 3880af0 + f64e4ab commit 622fe0f

36 files changed

+1257
-1288
lines changed

.phpstorm.meta.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@
3333
'server_timing' => \AmpProject\AmpWP\Instrumentation\ServerTiming::class,
3434
'site_health_integration' => \AmpProject\AmpWP\Admin\SiteHealth::class,
3535
'validated_url_stylesheet_gc' => \AmpProject\AmpWP\BackgroundTask\ValidatedUrlStylesheetDataGarbageCollection::class,
36+
'url_validation_cron' => \AmpProject\AmpWP\Validation\URLValidationCron::class,
37+
'save_post_validation_event' => \AmpProject\AmpWP\Validation\SavePostValidationEvent::class,
38+
'background_task_deactivator' => \AmpProject\AmpWP\BackgroundTask\BackgroundTaskDeactivator::class,
3639
] )
3740
);
3841

docs/class/README.md

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/class/Validation/ScannableURLProvider.md

Lines changed: 0 additions & 310 deletions
This file was deleted.

0 commit comments

Comments
 (0)