Error message explained
You may see the following message in the WordPress admin area:
The following WP-Cron events are overdue: BorlabsCookieConsentStatisticAggregation, BorlabsCookieConsentLogCleanUp, BorlabsCookieGeoIpDatabaseUpdate, BorlabsCookieIabTcfUpdate, BorlabsCookieNewsUpdate, BorlabsCookiePackageListUpdate, BorlabsCookieScannerPageSelectionKeywordDatabaseUpdate, BorlabsCookieTelemetryDataTransmission
Don't worry, this is not a serious issue in most cases.
The WordPress Cron system is not reliable, which means a scheduled event may not be carried out at the intended time.
The functionality of the Cron system in WordPress depends on the number of visitors to your website.
If your website only has a few visitors, you will probably see this message more often.
In this case, you should consider taking steps to address the problem.
How can the problem be solved?
The solution is quite simple: the wp-cron.php file should be called automatically every few minutes, for example every 1 or 5 minutes.
As a rule, your web hosting provider offers the option of setting up a cron job that ensures the wp-cron.php file is called in the root directory of your website.
It is usually located at an address such as https://www.example.local/wp-cron.php.
So ask your web hosting provider how you can set up a cron job on your website.
Alternatively, various online services are available that offer a cron job service. You can find an overview at the following link https://www.google.com/search?q=cronjob+service.