lumen-org / lumen

Interactive web application for the exploration, comparision and validation of probability models and its data
GNU Lesser General Public License v3.0
7 stars 4 forks source link

Frontend sends endless stream of queries #87

Closed Feathergunner closed 4 years ago

Feathergunner commented 5 years ago

The backend shows a new message

received QUERY:{'SHOW': 'MODELS'}

every second or so. This seems to block/overwrite other queries sometimes (?) This issue appeared after pulling the newest changes on master from 21st and 22nd October.

nandaloo commented 5 years ago

I did not confirm it again, but I am pretty sure this is not new behavior. The front end pulls every second or so for new models in the backend.

Feathergunner commented 5 years ago

Okay so maybe only the logging behavior changed? At least I have never seen this before the update. In this case, I think the logging should be adjusted, because these messages make it difficult to track the important logging messages.