Structural-Color-AE-NCSA / DevicesManager

Apache License 2.0
0 stars 0 forks source link

listing page throws exception due to the rabbitmq timeout #20

Closed bingzhang closed 6 months ago

bingzhang commented 6 months ago

for rabbitmq connection idle for a while. users refresh the listing page again. there is exception. After we investigate the issues, we found that might be related to the rabbitmq connection timeout.

Thinking 2 ways to solve it.

  1. set large enough timeout or keep sending heartbeat message.
  2. add code to re-establish the connect once there is rabbitmq connection timeout exception.