Skip to content

Commit f2b6643

Browse files
authored
Update 6. Configure event observers and scheduled jobs.md
1 parent a9146ce commit f2b6643

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

1. Magento Architecture and Customization Techniques/6. Configure event observers and scheduled jobs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,8 @@ This file always located in the <module>/etc/ folder (not in <module>/etc/{area}
120120
<job name="CRON_JOB_UNIQUE_ID" instance="CLASS" method="METHOD">
121121
<config_path>some/config/path</config_path>
122122
</job>
123-
<job name="NAME" instance="CLASS" method="METHOD">
124-
<schedule>* * * * *</config_path>
123+
<job name="indexer_clean_all_changelogs" instance="Magento\Indexer\Cron\ClearChangelog" method="execute">
124+
<schedule>0 * * * *</config_path>
125125
</job>
126126
</group>
127127
</config>

0 commit comments

Comments
 (0)