<?xml version="1.0"?>
<!--
/**
 * Sutunam SellSecure
 *
 * @author    Mathias Arlaud <marlaud@sutunam.com>
 * @copyright Copyright (c) 2018 Sutunam (http://www.sutunam.com/)
 */
-->
<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="sellsecure_execute_scheduled_jobs" instance="Sutunam\SellSecure\Cron\ExecuteScheduledJobs" method="execute">
            <schedule>*/5 * * * *</schedule>
        </job>
        <job name="sellsecure_reschedule_get_scoring_jobs" instance="Sutunam\SellSecure\Cron\RescheduleGetScoringJobs" method="execute">
            <schedule>0 23 * * *</schedule>
        </job>
    </group>
</config>