Recurring orders are sometimes missed due to IPN or web hook malfunction. This can cause major issues with reporting and statistics. Some gateways such as Stripe do not allow you to resend Webhook notifications to recover the order data. Instead they have a Events API for you can access prior Webhook data. PayPal does allow you to resend the IPN but it is for a limited amount of time. We should also consider adding a check for expected recurring orders, and inform the admin if we don't find them.