What you're experiencing
Your Bol.com synchronisation has stopped or is running irregularly. New orders are not importing, stock is not updating consistently and your scheduled tasks appear delayed.
Good news: BridgeSync uses Action Scheduler
BridgeSync uses Action Scheduler alongside heartbeat-based checks for reliable synchronisation, even when your site has very little traffic. That makes it more dependable than standard WP-Cron, but some server configurations can still block scheduled tasks.
Step 1: Check your sync status
Go to Bol.com connector → Dashboard and locate the API Synchronization status panel:
- Latest synchronization — Shows when BridgeSync last synced with Bol.com. Should match your interval setting.
- Expected interval — Your configured sync frequency (e.g. "Every 15 min")
- API connection status — Should show green "API connected"
- External monitoring — Optional external ping service status (orange if not configured)

If status shows "Operational" and "Latest synchronization" is recent (within your interval), synchronization is working correctly. No action needed.
Step 2: Diagnose the issue
If synchronisation is delayed or has stopped, expand Advanced diagnostics on the Dashboard for more detail about what is happening.
Common causes and solutions
Action Scheduler is not running
Why this happens: Action Scheduler relies on WordPress background processes. Some hosting configurations, security plugins, or server settings can block these processes.
How to fix:
- Go to Tools → Scheduled Actions in WordPress
- Check if there are pending BridgeSync actions stuck in the queue
- If actions are stuck, try clicking "Run" manually on a few pending actions
- If manual runs work, check for plugins that might block background processes (security plugins, caching plugins)
Hosting provider blocks background processes
Why this happens: Some shared hosting providers limit or block loopback connections and background processes to reduce server load.
How to fix:
Contact your hosting provider and ask:
"Can you ensure loopback connections and WordPress Action Scheduler are not blocked? I need background processes for my WooCommerce Bol.com integration."
If your host cannot unblock these processes, consider upgrading to a managed WordPress host or VPS where you have more control.
Extra reliability: Set up external monitoring (optional)
Why this helps: External monitoring services ping your site at regular intervals, ensuring WordPress background processes run even during low-traffic periods. This adds an extra layer of reliability to BridgeSync's built-in Action Scheduler.
How to set up:
- Create a free account at cron-job.org
- Add a new cron job with URL:
https://yourwebsite.com/wp-cron.php?doing_wp_cron - Set the interval to every 10-15 minutes
- Save and enable the cron job
Once configured, the "External monitoring" status on your BridgeSync Dashboard will turn green, showing the service is actively pinging your site.
WP-Cron is disabled in wp-config.php
Why this happens: Some hosting providers or developers disable WP-Cron for performance reasons by adding define('DISABLE_WP_CRON', true); to wp-config.php.
How to check and fix:
- Open your
wp-config.phpfile (in your WordPress root directory) - Search for
DISABLE_WP_CRON - If found and set to
true, you need external cron monitoring (see above) - Or remove/comment out the line to re-enable WP-Cron
If WP-Cron is disabled intentionally for performance, keep it disabled and use external monitoring instead.
Still experiencing sync issues?
Contact BridgeSync support with these details:
- Screenshot of your BridgeSync Dashboard showing the API Synchronization status panel
- Your hosting provider name
- Whether you have external monitoring configured
- Any error messages from Advanced diagnostics