pronamic / wp-pronamic-pay

The Pronamic Pay plugin allows you to easily accept payments with payment methods like credit card, iDEAL, Bancontact and Sofort through a variety of payment providers on your WordPress website.
https://pronamicpay.com
35 stars 14 forks source link

Optimize `pronamic_pay_update_subscription_payments` to process `10` or `20` subscriptions at a time? #219

Closed remcotolsma closed 3 years ago

remcotolsma commented 3 years ago

https://github.com/pronamic/wp-pay-core/blob/develop/src/Subscriptions/SubscriptionsModule.php#L1234

👆 Set -1 to 10 or 20?

rvdsteege commented 3 years ago

Maybe 10 and then put it in a little loop, to execute the call to $this->process_subscriptions_follow_up_payment() multiple times — until script execution times out?

rvdsteege commented 3 years ago

Updated to 20 subscriptions per run.