Skip to content

Commit 2e9eca6

Browse files
authored
Update ruleset.xml
VIP's cron setup https://wpvip.com/blog/wordpress-cron/ https://docs.wpvip.com/wordpress-on-vip/cron-control/ Can handle frequent heavy cron schedules. Increase job frequency does not equate to slower site performance as the jobs are run async on dedicated batch containers, not front end requests.
1 parent 2b1d206 commit 2e9eca6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

WordPress-VIP-Go/ruleset.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,5 +251,9 @@
251251
<rule ref="WordPress.WP.AlternativeFunctions.file_system_operations_fclose">
252252
<severity>0</severity>
253253
</rule>
254+
<rule ref="WordPress.WP.CronInterval.CronSchedulesInterval">
255+
<!-- VIP's cron infrastructure can handle frequent and heavy crons, lower schedule intervals will not slow down the performance of the site -->
256+
<severity>0</severity>
257+
</rule>
254258

255259
</ruleset>

0 commit comments

Comments
 (0)