We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 995a05c commit 82f6a01Copy full SHA for 82f6a01
app/code/Magento/ProductAlert/etc/crontab.xml
@@ -7,7 +7,7 @@
7
-->
8
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Cron:etc/crontab.xsd">
9
<group id="default">
10
- <job name="catalog_product_alert" instance="Magento\ProductAlert\Model\Observer" method="process">
+ <job name="product_alert" instance="Magento\ProductAlert\Model\Observer" method="process">
11
<config_path>crontab/default/jobs/catalog_product_alert/schedule/cron_expr</config_path>
12
</job>
13
</group>
0 commit comments