9 lines
373 B
XML
9 lines
373 B
XML
<?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="magesail_monitor" instance="MageSail\Magesail\Cron\DailyMonitor" method="execute">
|
|
<schedule>0 0 * * *</schedule>
|
|
</job>
|
|
</group>
|
|
</config>
|