mirror of
https://github.com/getnamingo/registry.git
synced 2025-06-29 15:43:23 +02:00
Improved settings of automation system
This commit is contained in:
parent
b5eca3bad9
commit
42a8fb8b60
1 changed files with 2 additions and 2 deletions
|
@ -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']) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue