You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After some debugging we found that the astarte_vmq_plugin_rpc queue was not present in RabbitMQ and even killing Astarte.RPC.AMQP.Server (which is responsible for declaring said queue) did not restore it.
in the end we opted for restarting VerneMQ which solved the issue and the queue was declared as expected.
Environment:
Astarte v1.1.0
RabbitMQ 3.8.34 (with 3 replicas)
Astarte VerneMQ 1.1.0
The text was updated successfully, but these errors were encountered:
We found an odd crash on Data Updater Plant. It crashed with a timeout after trying to push a force_disconnection message in the VerneMQ RPC queue.
After some debugging we found that the astarte_vmq_plugin_rpc queue was not present in RabbitMQ and even killing
Astarte.RPC.AMQP.Server
(which is responsible for declaring said queue) did not restore it.in the end we opted for restarting VerneMQ which solved the issue and the queue was declared as expected.
Environment:
The text was updated successfully, but these errors were encountered: