<?xml version="1.0"?>
<!--
/**
* Copyright © 2021 Collinsharper Inc. All rights reserved.
*
* @author Rudie Wang <rwang@collinsharper.com>
* @package CTSG_Shipment
* @date 2021.9
*/
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:DCKAP_Test:etc/cron_groups.xsd">
    <group id="ctsg_crongroup">
        <schedule_generate_every>1</schedule_generate_every>
        <schedule_ahead_for>4</schedule_ahead_for>
        <schedule_lifetime>2</schedule_lifetime>
        <history_cleanup_every>10</history_cleanup_every>
        <history_success_lifetime>60</history_success_lifetime>
        <history_failure_lifetime>600</history_failure_lifetime>
    </group>
</config>
