crontab.xml 507 B

12345678910111213
  1. <?xml version="1.0"?>
  2. <!--
  3. /**
  4. * Refer to LICENSE.txt distributed with the Temando Shipping module for notice of license
  5. */
  6. -->
  7. <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Cron:etc/crontab.xsd">
  8. <group id="default">
  9. <job name="temando_process_platform_events" instance="Temando\Shipping\Cron\ProcessPlatformEvents" method="execute">
  10. <schedule>*/15 * * * *</schedule>
  11. </job>
  12. </group>
  13. </config>