<?xml version="1.0"?>
<!--
/**
 * @author Amasty Team
 * @copyright Copyright (c) Amasty (https://www.amasty.com)
 * @package Product Feed for Magento 2
 */-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Cron:etc/crontab.xsd">
    <group id="amasty_feed">
        <job name="amfeed_feed_refresh" instance="Amasty\Feed\Cron\RefreshData" method="execute">
            <schedule>*/10 * * * *</schedule>
        </job>
    </group>
</config>
