<?xml version="1.0"?>
<!--
/**
 * Copyright © 2018 EaDesign by Eco Active S.R.L. All rights reserved.
 * See LICENSE for license details.
 */
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Cron:etc/crontab.xsd">
    <group id="default">
        <job name="gls_cleanup_awb" instance="Eadesigndev\GLS\Cron\CleanupAwb" method="execute">
            <schedule>0 2 * * *</schedule>
        </job>
    </group>
</config>
