<?xml version="1.0"?>
<!--
/*
 * Avalara_BaseProvider
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 *
 * @copyright Copyright (c) 2021 Avalara, Inc
 * @license    http: //opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
 */
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Cron:etc/crontab.xsd">
    <group id="baseprovider">
        <job name="avalara_queue_consumer" instance="Avalara\AvaTax\BaseProvider\Model\Queue\Consumer" method="process">
            <schedule>*/10 * * * *</schedule>
        </job>
        <job name="avalara_queue_clear" instance="Avalara\AvaTax\BaseProvider\Model\Queue\Clear" method="process">
            <schedule>15 2 * * *</schedule>
        </job>
        <job name="avalara_clear_db_logs" instance="Avalara\AvaTax\BaseProvider\Model\Log\Clear" method="process">
            <schedule>15 2 * * *</schedule>
        </job>
    </group>
</config>
