What happened?
🔎 Description
When running the StabilityMatrix module, the state update process fails intermittently, causing the application to return inconsistent results. The bug seems to occur more frequently when multiple processes are running in parallel.
✅ Expected Behavior
The StabilityMatrix should update and persist states consistently, even under concurrent requests, without throwing errors or returning mismatched values.
❌ Actual Behavior
Occasionally returns stale data from previous states.
Logs show warnings about uncommitted transactions.
In rare cases, the process crashes with a TypeError: undefined is not iterable error.
Steps to reproduce
No response
Relevant logs
Version
v1.1
What Operating System are you using?
Windows
What happened?
🔎 Description
When running the StabilityMatrix module, the state update process fails intermittently, causing the application to return inconsistent results. The bug seems to occur more frequently when multiple processes are running in parallel.
✅ Expected Behavior
The StabilityMatrix should update and persist states consistently, even under concurrent requests, without throwing errors or returning mismatched values.
❌ Actual Behavior
Occasionally returns stale data from previous states.
Logs show warnings about uncommitted transactions.
In rare cases, the process crashes with a TypeError: undefined is not iterable error.
Steps to reproduce
No response
Relevant logs
Version
v1.1
What Operating System are you using?
Windows