- <?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="default">
- <job name="vertex_log_rotation" instance="Vertex\Tax\Cron\LogRotate" method="execute">
- <config_path>crontab/default/jobs/vertex_log_rotation/schedule/cron_expr</config_path>
- </job>
- </group>
- </config>
|