cron_groups.xml 727 B

123456789101112131415161718
  1. <?xml version="1.0"?>
  2. <!--
  3. /**
  4. * Copyright © Magento, Inc. All rights reserved.
  5. * See COPYING.txt for license details.
  6. */
  7. -->
  8. <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Cron:etc/cron_groups.xsd">
  9. <group id="index">
  10. <schedule_generate_every>1</schedule_generate_every>
  11. <schedule_ahead_for>4</schedule_ahead_for>
  12. <schedule_lifetime>2</schedule_lifetime>
  13. <history_cleanup_every>10</history_cleanup_every>
  14. <history_success_lifetime>60</history_success_lifetime>
  15. <history_failure_lifetime>4320</history_failure_lifetime>
  16. <use_separate_process>1</use_separate_process>
  17. </group>
  18. </config>