Zend certified PHP/Magento developer

No callbacks found for cron job analytics_subscribe

Magento 2.4.x

I have this exception in var/log/cron.log:

main.CRITICAL: Exception: No callbacks found for cron job analytics_subscribe in vendor/magento/module-cron/Observer/ProcessCronQueueObserver.php:338

In table cron_schedule there are many rows with job_code ‘analytics_subscribe’, status= ‘error’ and messages = ‘No callbacks found for cron job analytics_subscribe’.

Searching through the code (in crontab.xml files) there is no cron job with code analytics_subscribe.

Where is this cron job set and how to remove it ?