I am trying to run the following algorithm live: 


However, I am getting a weird error about rabbitMQ, which seems to be related to an internal implementation of LEAN:
 

Topology recovery exception: RabbitMQ.Client.TopologyRecoveryException: Caught an exception while recovering queue Command-306354.L-7c5e1b171b5c59af23cac3145463569b_master-e893e67-019b57f: The AMQP operation was interrupted: AMQP close-reason, initiated by Peer, code=405, text="RESOURCE_LOCKED - cannot obtain exclusive access to locked queue 'Command-306354.L-7c5e1b171b5c59af23cac3145463569b_master-e893e67-019b57f' in vhost '/'", classId=50, methodId=10, cause=  

This seems to make the algorithm fail when trying to fetch the list of symbols, which is always of None type.
Did anyone experience anything like this?