crontab.xml 575 B

123456789101112
  1. <?xml version="1.0"?>
  2. <!--
  3. @copyright Vertex. All rights reserved. https://www.vertexinc.com/
  4. @author Mediotype https://www.mediotype.com/
  5. -->
  6. <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Cron:etc/crontab.xsd">
  7. <group id="default">
  8. <job name="vertex_log_rotation" instance="Vertex\Tax\Cron\LogRotate" method="execute">
  9. <config_path>crontab/default/jobs/vertex_log_rotation/schedule/cron_expr</config_path>
  10. </job>
  11. </group>
  12. </config>