<?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 name="catalog_product_alerts" instance="Dinhvan\GuestProductAlert\Preference\Model\Observer" method="processStock">
            <schedule>45 12 * * *</schedule>
        </job>
    </group>
</config>
