This shows you the differences between the selected revision and the current version of the page.
| epp-drs-installation-and-configuration-guide 2008/12/12 10:33 | epp-drs-installation-and-configuration-guide 2009/02/19 12:39 current | ||
|---|---|---|---|
| Line 68: | Line 68: | ||
| ===== Installation ===== | ===== Installation ===== | ||
| + | |||
| ==== Installing from tar.gz package ==== | ==== Installing from tar.gz package ==== | ||
| Line 139: | Line 140: | ||
| ^ Switch ^ Frequency ^ Doing what ^ | ^ Switch ^ Frequency ^ Doing what ^ | ||
| - | | <html>--Autoupdate</nowrap></html> | Hourly | Checks for available software updates. If update is approved by admin, installs it | | + | | <html><nowrap>--Autoupdate</nowrap></html> | Hourly | Checks for available software updates. If update is approved by admin, installs it | |
| | <html><nowrap>--LogRotate</nowrap></html> | Nightly | Cleans old entries in logs database table | | | <html><nowrap>--LogRotate</nowrap></html> | Nightly | Cleans old entries in logs database table | | ||
| | <html><nowrap>--CleanZombyUsers</nowrap></html> | Weekly | Deletes users that don't have active domains or paid invoices | | | <html><nowrap>--CleanZombyUsers</nowrap></html> | Weekly | Deletes users that don't have active domains or paid invoices | | ||
| | <html><nowrap>--DNSPush</nowrap></html> | Hourly | Commits DNS zones updates to al nameservers. This is for Managed DNS feature | | | <html><nowrap>--DNSPush</nowrap></html> | Hourly | Commits DNS zones updates to al nameservers. This is for Managed DNS feature | | ||
| - | | <html><nowrap>--PollQueueEvent</nowrap></html> | Every 5 minutes | Retrieves messages from poll message queue on registry server and calls appropriate handlers | | ||
| | <html><nowrap>--Renew</nowrap></html> | Nightly | Sends notifications to registrants about expiration of their domains. Issues invoices for renew | | | <html><nowrap>--Renew</nowrap></html> | Nightly | Sends notifications to registrants about expiration of their domains. Issues invoices for renew | | ||
| + | | <html><nowrap>--PollQueueEvent</nowrap></html> | Every 5 minutes | Retrieves messages from poll message queue on registry server and calls appropriate handlers | | ||
| + | | <html><nowrap>--TaskQueue</nowrap></html> | Every 10 minutes | Retrieves messages from EPP-DRS message queue and calls appropriate handlers | | ||
| + | | <html><nowrap>--AssignDiscount</nowrap></html> | Nightly | Assigns new pricing package to client in accordance with auto assignment options | | ||
| + | |||
| Line 153: | Line 157: | ||
| 34 4 * * 0 /usr/bin/php -q /home/srsbox/cron.php --CleanZombyUsers | 34 4 * * 0 /usr/bin/php -q /home/srsbox/cron.php --CleanZombyUsers | ||
| 12 5 * * * /usr/bin/php -q /home/srsbox/cron.php --DNSPush | 12 5 * * * /usr/bin/php -q /home/srsbox/cron.php --DNSPush | ||
| - | */2 * * * * /usr/bin/php -q /home/srsbox/cron.php --PollQueueEvent | ||
| 18 2 * * * /usr/bin/php -q /home/srsbox/cron.php --Renew | 18 2 * * * /usr/bin/php -q /home/srsbox/cron.php --Renew | ||
| + | */5 * * * * /usr/bin/php -q /home/srsbox/cron.php --PollQueueEvent | ||
| + | */10 * * * * /usr/bin/php -q /home/srsbox/cron.php --TaskQueue | ||
| + | 50 1 * * * /usr/bin/php -q /home/srsbox/cron.php --AssignDiscount | ||
| </code> | </code> | ||