Zend certified PHP/Magento developer

Why my CSV import worked but didn’t apply the changes?

I imported a CSV file with 5 products, the CSV is successfully validated and imported, however, when I went into one of the products that I imported, the update didn’t have an effect. After one hour I checked again and it didn’t work.

My CRONs jobs are working normally. But looking at the logs I saw these errors below right after import the CSV.

[2021-08-20 13:07:06] report.ERROR: Cron Job consumers_runner has an error: ACCESS_REFUSED - Login was refused using authentication mechanism AMQPLAIN. For details see the broker logfile.. Statistics: {"sum":0,"count":1,"realmem":0,"emalloc":0,"realmem_start":242221056,"emalloc_start":221501008} [] []
[2021-08-20 13:07:06] report.CRITICAL: ACCESS_REFUSED - Login was refused using authentication mechanism AMQPLAIN. For details see the broker logfile. {"exception":"[object] (PhpAmqpLib\Exception\AMQPProtocolConnectionException(code: 403): ACCESS_REFUSED - Login was refused using authentication mechanism AMQPLAIN. For details see the broker logfile. at /app/wjdydgvtb3kes/vendor/php-amqplib/php-amqplib/PhpAmqpLib/Connection/AbstractConnection.php:729)"} []

It’s a Magento Cloud project with the amqp configured in the env.php file and the credentials are correct.

How could I solve it?