mirror of
https://github.com/getnamingo/registry.git
synced 2025-07-20 09:35:59 +02:00
Improved system cache script
This commit is contained in:
parent
265a9eb1f7
commit
c7b4e3c631
2 changed files with 50 additions and 23 deletions
|
@ -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 * * * *');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue