We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c33e1f commit 433aeb8Copy full SHA for 433aeb8
app/code/Meta/Catalog/etc/crontab.xml
@@ -16,9 +16,8 @@
16
<job name="facebook_automation_catalog_update_cleanup" instance="Meta\Catalog\Cron\CatalogUpdateCleanup" method="execute">
17
<schedule>0 0 * * 0</schedule>
18
</job>
19
-<!-- <job name="facebook_business_extension_category_sync_cronjob" instance="Meta\Catalog\Cron\CategorySyncCron" method="execute">-->
20
-<!-- <!– daily at 0:0–>-->
21
-<!-- <schedule>0 0 * * *</schedule>-->
22
-<!-- </job>-->
+ <job name="facebook_business_extension_category_sync_cronjob" instance="Meta\Catalog\Cron\CategorySyncCron" method="execute">
+ <schedule>0 0 * * *</schedule>
+ </job>
23
</group>
24
</config>
0 commit comments