Skip to content

Commit b71889f

Browse files
authored
ENGCOM-5123: [BUGFIX] Set correct cron instance for catalog_product_frontend_actio… #22922
2 parents 211dd25 + 2979560 commit b71889f

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)