<?xml version="1.0"?>
<!--
/**
 * @author Amasty Team
 * @copyright Copyright (c) Amasty (https://www.amasty.com)
 * @package Facebook Pixel Pro 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="default">
        <job name="amasty_facebook_pixel_delayed_dispatch_event" instance="Amasty\FacebookPixelPro\Cron\DelayedDispatch" method="execute">
            <config_path>amasty_facebook_pixel/general/send_frequency</config_path>
        </job>
    </group>
</config>
