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
Description
MIG is currently using Mongo for persistence but it is also using it for resiliency. This caused an issue in SIT when we rebuilt the environment because as MIG started it started to read from an internal Mongo queue for data which no longer existed in minio. This caused errors in the logs but from a users perspective they would never know as MIG was still able to process incoming associations and added them to the bottom of its internal queue.
Suggestion is that moving the internal queue to rabbit is a better solution and provides more resiliency and observability to this issue making it easier to maintain.
Additional Information
The text was updated successfully, but these errors were encountered:
Description
MIG is currently using Mongo for persistence but it is also using it for resiliency. This caused an issue in SIT when we rebuilt the environment because as MIG started it started to read from an internal Mongo queue for data which no longer existed in minio. This caused errors in the logs but from a users perspective they would never know as MIG was still able to process incoming associations and added them to the bottom of its internal queue.
Suggestion is that moving the internal queue to rabbit is a better solution and provides more resiliency and observability to this issue making it easier to maintain.
Additional Information
The text was updated successfully, but these errors were encountered: