mirror of
https://github.com/getnamingo/registry.git
synced 2025-05-28 08:30:44 +02:00
Added brand new domain lifecycle manager
This commit is contained in:
parent
1655915e71
commit
fa97a9b7e5
4 changed files with 504 additions and 2 deletions
|
@ -19,7 +19,7 @@ $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('*/5 * * * *');
|
||||
$scheduler->php('/opt/registry/automation/domain-lifecycle-manager.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 * * *');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue