Your IP : 216.73.216.97


Current Path : /var/www/clients/client3/web2/web/vendor/magefan/module-community/etc/
Upload File :
Current File : /var/www/clients/client3/web2/web/vendor/magefan/module-community/etc/crontab.xml

<?xml version="1.0"?>
<!--
/**
 * Copyright © Magefan (support@magefan.com). All rights reserved.
 * Please visit Magefan.com for license details (https://magefan.com/end-user-license-agreement).
 */
-->
<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="mf_community_module" instance="Magefan\Community\Cron\Sections" method="execute">
            <schedule>1 1 1,10 * *</schedule>
        </job>
    </group>
</config>