<?xml version="1.0"?>
<!--
/**
* @author Amasty Team
* @copyright Copyright (c) 2021 Amasty (https://www.amasty.com)
* @package Amasty_Base
*/
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Cron:etc/crontab.xsd">
    <group id="amasty_base">
        <job name="ambase_feeds_refresh" instance="Amasty\Base\Cron\RefreshFeedData" method="execute">
            <schedule>0 * * * *</schedule>
        </job>
    </group>
</config>
