Skip to content

Commit

Permalink
Merge pull request #282 from jhruehl/patch-2
Browse files Browse the repository at this point in the history
Change cron group id to 'mailchimp'.
  • Loading branch information
gonzaloebiz authored Apr 18, 2018
2 parents e9d0e96 + 2f6b2bc commit 9d32364
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 @@ -13,7 +13,7 @@
*/
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Cron:etc/crontab.xsd">
<group id="default">
<group id="mailchimp">
<job name="ebizmarts_ecommerce" instance="Ebizmarts\MailChimp\Cron\Ecommerce" method="execute">
<schedule>*/5 * * * *</schedule>
</job>
Expand Down

0 comments on commit 9d32364

Please sign in to comment.