Skip to content

Commit cbe3f6a

Browse files
committed
[BUGFIX] Set correct cron instance for catalog_product_frontend_actions_flush
previously: Magento\Catalog\Cron\DeleteOutdatedPriceValues new: Magento\Catalog\Cron\FrontendActionsFlush
1 parent 211dd25 commit cbe3f6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/etc/crontab.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<job name="catalog_product_outdated_price_values_cleanup" instance="Magento\Catalog\Cron\DeleteOutdatedPriceValues" method="execute">
1717
<schedule>* * * * *</schedule>
1818
</job>
19-
<job name="catalog_product_frontend_actions_flush" instance="Magento\Catalog\Cron\DeleteOutdatedPriceValues" method="execute">
19+
<job name="catalog_product_frontend_actions_flush" instance="Magento\Catalog\Cron\FrontendActionsFlush" method="execute">
2020
<schedule>* * * * *</schedule>
2121
</job>
2222
<job name="catalog_product_attribute_value_synchronize" instance="Magento\Catalog\Cron\SynchronizeWebsiteAttributes" method="execute">

0 commit comments

Comments
 (0)