<?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="facebook_automation">
        <job name="facebook_automation_sync_orders" instance="Meta\Sales\Cron\SyncOrders" method="execute">
            <schedule>*/15 * * * *</schedule>
        </job>
    </group>
</config>
