Skip to content

Commit

Permalink
Add cron
Browse files Browse the repository at this point in the history
  • Loading branch information
Quazz authored Sep 8, 2020
1 parent ce1aced commit fec0a41
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions etc/crontab.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Cron:etc/crontab.xsd">
<group id="default">
<job name="magefox_google_xml" instance="Magefox\GoogleShopping\Cron\GenerateFile" method="execute">
<schedule>0 12 * * *</schedule>
</job>
</group>
</config>

0 comments on commit fec0a41

Please sign in to comment.