<?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="erp_order_sync">
        <job name="erp_order_sync_latest" instance="DJOGlobal\ErpOrderSync\Cron\SendLatestOrdersNotYetSent" method="execute">
            <schedule>*/3 * * * *</schedule>
        </job>
    </group>
</config>
