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
The database insertions of the Cardano transactions are blocking the aggregator and signer nodes: the state machine stops operating and the REST API is down.
After investigation it appears that the database operations are sync and thus block the async executor.
What
Investigate and fix the blocking of the nodes during the import of the Cardano transactions.