mirror of
https://github.com/getnamingo/registry.git
synced 2025-07-13 14:25:05 +02:00
Added exchange rate download script
This commit is contained in:
parent
738985b256
commit
265a9eb1f7
3 changed files with 123 additions and 0 deletions
|
@ -58,6 +58,7 @@ $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 * * *');
|
||||
|
||||
$scheduler->php('/opt/registry/automation/archive-logs.php')->at('0 1 1 * *');
|
||||
$scheduler->php('/opt/registry/automation/exchange-rates.php')->at('0 1 * * *');
|
||||
|
||||
// Conditional Cron Jobs
|
||||
if ($cronJobConfig['accounting']) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue