Hi @kobler,
It appears that the actions associated with those Cron Jobs are not stored. This is not necessarily an error, though. The Action none simply means that there are no actions currently associated with these cron jobs. The absence of an action could be due to a few reasons:
- It is possible that the cron jobs are not yet configured or have been disabled intentionally.
- The cron jobs may have been created by a plugin or theme that is no longer active on your site.
- There could be a conflict with another plugin or theme that is preventing the actions from being registered.
Now, for the specific jobs you list:
1. wc_admin_unsnooze_admin_notes: This cron job handles the admin notes shown in your admin area.
2. woocommerce_cleanup_rate_limits: This cron job cleans up the rate limits applied in WooCommerce REST API requests.
2. woocommerce_tracker_send_event: The WooCommerce plugin collects non-sensitive diagnostic and usage data, for example, information such as the WordPress version, PHP version, WooCommerce version, server environment, activated plugins, and various store settings.
Those cron jobs are designed to run in the background. If you would like to learn more, please check: How to View and Control WordPress Cron Jobs.
This should not be a problem unless you’re experiencing an issue in your site or can see related fatal error logs in WooCommerce > Status > Log.
For instance, let’s imagine you have a function that adds the customer’s email to a cron job when they place an order and sends them an automated order confirmation.
The job will run every 24 hours. If three customers place orders, three emails will be queued to be sent when the woocommerce_send_my_custom_email job runs. If no orders are placed, the cron job will still be triggered every 24 hours, but no emails will be sent, which is similar to what’s happening here. :)
Hope this helps!
-OP
Hi there 👋 ,
We haven’t heard from you in a while, so I’m going to mark this as resolved. Feel free to start a new thread if you have any more questions.
All the best,
Omar