<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Cron:etc/crontab.xsd">
    <group id="default">
        <!-- Disable this cron since we only need the reminder/notification only -->
        <job name="subscriptions_bill" instance="Kemana\Subscriptions\Model\Cron\Bill" method="runSubscriptionsCron">
            <schedule>0 0 30 2 *</schedule>
        </job>
    </group>
</config>
