Skip to content

Commit

Permalink
put the sync statistics process every 6 hours #2041 for magento 2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzaloebiz committed Nov 27, 2024
1 parent 3d4e489 commit ad2b522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/crontab.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<schedule>*/5 * * * *</schedule>
</job>
<job name="ebizmarts_sync_statistics" instance="Ebizmarts\MailChimp\Cron\SyncStatistics" method="execute">
<schedule>*/10 * * * *</schedule>
<schedule>0 */6 * * *</schedule>
</job>
</group>
</config>

0 comments on commit ad2b522

Please sign in to comment.