cron_groups.xml 627 B

123456789101112
  1. <?xml version="1.0"?>
  2. <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Cron:etc/cron_groups.xsd">
  3. <group id="ddg_automation">
  4. <schedule_generate_every>1</schedule_generate_every>
  5. <schedule_ahead_for>4</schedule_ahead_for>
  6. <schedule_lifetime>2</schedule_lifetime>
  7. <history_cleanup_every>10</history_cleanup_every>
  8. <history_success_lifetime>120</history_success_lifetime>
  9. <history_failure_lifetime>600</history_failure_lifetime>
  10. <use_separate_process>1</use_separate_process>
  11. </group>
  12. </config>