Starting from version 13.3.9, we’ve transitioned from using WP Cron to the more reliable Action Scheduler. This change ensures better performance and more consistent execution of scheduled tasks, such as refreshing your product feeds, especially on sites with low traffic, where WP Cron can be less reliable.
What Does This Mean for You?
- No longer dependent on WP Cron: Feed updates are now handled through the Action Scheduler, reducing reliance on user visits to trigger cron jobs.
- More flexibility: You can still use your server’s native cron job if you prefer precise control over when your product feeds are refreshed.
How to Schedule Feed Refresh with Server Cron
If you want to use your server’s cron to schedule feed updates, you can do so easily by following our step-by-step guide here:
How to refresh product feed using cron jobs
This method is especially useful for high-traffic stores or when the exact timing of feed updates is critical for your campaigns.