<?xml version="1.0"?>
<!--
  @copyright  Vertex. All rights reserved.  https://www.vertexinc.com/
  @author     Mediotype                     https://www.mediotype.com/
  -->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Cron:etc/crontab.xsd">
    <group id="vertex">
        <job name="vertex_wsdl_cache" instance="Vertex\Tax\Cron\WsdlCache" method="execute">
            <config_path>crontab/vertex/jobs/vertex_wsdl_cache/schedule/cron_expr</config_path>
        </job>
    </group>
    <group id="vertex_log">
        <job name="vertex_log_rotation" instance="Vertex\Tax\Cron\LogRotate" method="execute">
            <config_path>crontab/vertex_log/jobs/vertex_log_rotation/schedule/cron_expr</config_path>
        </job>
    </group>
</config>
