Improved settings of automation system

This commit is contained in:
Pinga 2024-08-27 13:57:24 +03:00
parent b5eca3bad9
commit 42a8fb8b60

View file

@ -19,8 +19,8 @@ $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 * * 1');
$scheduler->php('/opt/registry/automation/change-domain-status.php')->at('30 * * * *');
$scheduler->php('/opt/registry/automation/auto-approve-transfer.php')->at('45 * * * *');
$scheduler->php('/opt/registry/automation/change-domain-status.php')->at('*/5 * * * *');
$scheduler->php('/opt/registry/automation/auto-approve-transfer.php')->at('*/30 * * * *');
$scheduler->php('/opt/registry/automation/auto-clean-unused-contact-and-host.php')->at('5 0 * * *');
if ($cronJobConfig['accounting']) {