<?xml version="1.0" ?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Cron:etc/crontab.xsd">
    <group id="default">
        <job instance="MageWorx\OrdersGrid\Cron\SynchronizeRecentOrders" method="execute" name="mageworx_orders_grid_synchronize_recent_orders">
            <schedule>*/5 * * * *</schedule>
        </job>
    </group>
</config>
