<?xml version="1.0" ?>
<!--
  ~ Copyright Magmodules.eu. All rights reserved.
  ~ See COPYING.txt 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 instance="Mollie\Payment\Cron\SendPendingPaymentReminders" method="execute" name="mollie_send_pending_payment_reminders">
            <schedule>*/5 * * * *</schedule>
        </job>
        <job instance="Mollie\Payment\Cron\RemoveSentPaymentReminders" method="execute" name="mollie_remove_sent_payment_reminders">
            <schedule>*/5 * * * *</schedule>
        </job>
        <job instance="Mollie\Payment\Cron\ProcessPendingOrders" method="execute" name="mollie_process_pending_orders">
            <schedule>*/30 * * * *</schedule>
        </job>
    </group>
</config>