Improved system cache script

This commit is contained in:
Pinga 2025-02-15 18:47:48 +02:00
parent 265a9eb1f7
commit c7b4e3c631
2 changed files with 50 additions and 23 deletions

View file

@ -51,7 +51,7 @@ $scheduler->php('/opt/registry/automation/write-zone.php')->at('*/15 * * * *');
$scheduler->php('/opt/registry/automation/registrar.php')->at('35 * * * *');
$scheduler->php('/opt/registry/automation/statistics.php')->at('59 * * * *');
$scheduler->php('/opt/registry/automation/rdap-urls.php')->at('50 1 * * *');
$scheduler->php('/var/www/cp/bin/file_cache.php')->at('0 0 * * 2,6');
$scheduler->php('/var/www/cp/bin/file_cache.php')->at('0 0 * * 1,4');
$scheduler->php('/opt/registry/automation/domain-lifecycle-manager.php')->at('*/5 * * * *');
$scheduler->php('/opt/registry/automation/auto-approve-transfer.php')->at('*/30 * * * *');