We are using adyen Payment, since couple of months we started having an error on every 5-mins "No callbacks found for cron job adyen_payment_process_notification_queue"
Unfortunately we are not able to find the string having "adyen_payment_process_notification_queue" even in the vendor/adyen folder or in the app/code, can anyone guide us from where this could be coming from or what is the possibility for having such errors or how to find its resolutions.
Due to this error all our order status is being stuck in Processing as shipment team tried to updated the status via cron but may be due to this error Order statuses are not updating.
We have also tried checking but there is no any clue related to this error. :
- var/log/system.log
- var/log/magento.cron.log
- var/log/exception.log
- var/log/adyen/cronjob.log
- var/log/adyen/notification.log

