Hi developers,
I came across this warning. I went to RabbitMQ version to use · aiidateam/aiida-core Wiki · GitHub and followed the instructions.
I created the rabbitmq.conf in the /etc/rabbitmq/ directory with content
# 1000 hours in milliseconds (increase if you expect your workflows to run longer)
consumer_timeout = 3600000000
And then restarted RabbitMQ via service rabbitmq-server restart
Will this fix this issue? There is a way to supress the warning via but real question is will there be any issue or is there other way I need to do to fix this?
verdi config set warnings.rabbitmq_version false
(aiida) rkarkee@RKARKEE:~$ verdi status
✔ version: AiiDA v2.5.1
✔ config: /home/rkarkee/.aiida
✔ profile: rkee
✔ storage: Storage for 'rkee' [open] @ postgresql://aiida:***@localhost:5432/aiidadb / DiskObjectStoreRepository: 493c766da9614dc5ac0c32fe379bef27 | /home/rkarkee/.aiida/repository/rkee/container
Warning: RabbitMQ v3.9.13 is not supported and will cause unexpected problems!
Warning: It can cause long-running workflows to crash and jobs to be submitted multiple times.
Warning: See https://github.com/aiidateam/aiida-core/wiki/RabbitMQ-version-to-use for details.
⏺ rabbitmq: Incompatible RabbitMQ version detected! Connected to RabbitMQ v3.9.13 as amqp://guest:guest@127.0.0.1:5672?heartbeat=600
✔ daemon: Daemon is running with PID 76997