Hi there,
Thanks for sharing the details! It looks like scheduled actions related to WooPayments are looping, which could be due to a stuck process or a conflict. You can try the following steps to delete these repeated actions:1. Bulk Delete Actions via Scheduled Actions Screen
You can manually delete the repeating actions from the WooCommerce Action Scheduler:
- Go to WooCommerce > Status > Scheduled Actions.
- Use the search bar to look for
woocommerce_payments
, wcpay_update_compatibility_data
, and wcpay_webhook_fetch_events
.
- Select them in bulk and choose Cancel or Delete from the dropdown.
Alernativelly, you can use WP-CLI to delete actions in bulk.
To do this, you would need to run the command?action-scheduler clean
?in your terminal. Please be aware that this will delete all actions, so only use this if you’re sure you want to delete everything. For more details you can use this article.
https://actionscheduler.org/wp-cli/
If you’re not comfortable using?WP-CLI, you might want to?consider hiring a developer?to assist you.
Since this issue involves WooPayments, try temporarily deactivating other plugins to check if something is interfering with scheduled actions. If the issue persists, you may need to reach out to WooPayments support for further assistance.
Let me know if you need further guidance!