<?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="zhik_myoba">
        <job name="zhik_myoba_cron" instance="Zhik\Myoba\Model\Sync\Cron" method="run">
            <config_path>myoba/schedule/exec</config_path>
        </job>
        <job name="zhik_myoba_watchdog" instance="Zhik\Myoba\Model\Sync\Watchdog" method="run">
            <config_path>myoba/schedule/watchdog</config_path>
        </job>
        <job name="zhik_myoba_order" instance="Zhik\Myoba\Model\Sync\Order" method="setScheduleSync">
            <config_path>myoba/schedule/order</config_path>
        </job>
        <job name="zhik_myoba_product" instance="Zhik\Myoba\Model\Sync\Product" method="setScheduleSync">
            <config_path>myoba/schedule/product</config_path>
        </job>
        <job name="zhik_myoba_shipment" instance="Zhik\Myoba\Model\Sync\Shipment" method="setScheduleSync">
            <config_path>myoba/schedule/shipment</config_path>
        </job>
        <job name="zhik_myoba_customer" instance="Zhik\Myoba\Model\Sync\Customer" method="setScheduleSync">
            <config_path>myoba/schedule/customer</config_path>
        </job>
        <job name="zhik_myoba_prices" instance="Zhik\Myoba\Model\Sync\Prices" method="setScheduleSync">
            <config_path>myoba/schedule/prices</config_path>
        </job>
        <job name="zhik_myoba_inventory" instance="Zhik\Myoba\Model\Sync\Inventory" method="setScheduleSync">
            <config_path>myoba/schedule/inventory</config_path>
        </job>
        <job name="zhik_myoba_purchase" instance="Zhik\Myoba\Model\Sync\Purchase" method="setScheduleSync">
            <config_path>myoba/schedule/purchase</config_path>
        </job>
    </group>
</config>
