# xcom-soft crontab # agents * * * * * /usr/bin/php -f /var/www/xcom-soft.ru/htdocs/bitrix/php_interface/cron_events.php # Checking every 3 minutes if some keys are ready to be delivered */3 * * * * /usr/bin/php -f /var/www/xcom-soft.ru/htdocs/bitrix/modules/intaro.digital_distribution/cron/orders_check.php # Checking mont balance every day early in the morning (6 AM) 0 6 0 6 * * * /usr/bin/php -f /var/www/xcom-soft.ru/htdocs/bitrix/modules/intaro.digital_distribution/cron/balance_check.php # Doing 1C-import every 3 hours (example) 0 */3 * * * /usr/bin/php -f /var/www/xcom-soft.ru/htdocs/bitrix/php_interface/include/catalog_import/1cci_console.php # create sitemap xml every 3 hours 15 */3 * * * /usr/bin/php -f /var/www/xcom-soft.ru/htdocs/bitrix/php_interface/cron_scripts/google_sitemap.php 7 # Getting xcom-shop properties every 3 hours (example) 30 */3 * * * /usr/bin/php -f /var/www/xcom-soft.ru/htdocs/bitrix/php_interface/include/catalog_import/shop_props_console.php # check order status (sync with xcom-shop) 10 * * * * /usr/bin/php -f /var/www/xcom-soft.ru/htdocs/bitrix/order/sync.php # create backup at 2-15 AM 15 2 * * * /usr/bin/php -f /var/www/xcom-soft.ru/htdocs/bitrix/modules/main/tools/backup.php # create google merchant feed every 3 hours 45 */3 * * * /usr/bin/php -f /var/www/xcom-soft.ru/htdocs/bitrix/php_interface/cron_scripts/export_google_merchant.php 5 # create yandex market feed every 3 hours 55 */3 * * * /usr/bin/php -f /var/www/xcom-soft.ru/htdocs/bitrix/php_interface/cron_scripts/export_yamarket.php 3