HOKGroup/MissionControl

Mission Control: Model data not updating

Closed this issue · 3 comments

When I checked MC this morning, it seems that the HHINT model is the only model that the Data hasn't updated since 3/27
image

@MPritchy ha! And this seems a little trivial, but actually we managed to hit a point in our database where the collection we were storing Health Report data exceeded 16MBs. That is no fun, as that is the MongoDB limit, and more cannot be stored in this collection.

@gschleusner now is the time to think about redesign of the database to split these stats into separate collections so that we are not storing everything in a single collection.

@MPritchy for the moment I deleted something in there that we were not using anyways so that should give us logging again at least for few days/weeks. Sometime in the next few days, I will redo how we store things so that this is not an issue. Apologies.