Aggregator Pool Worker - TrackingChains/TrackingChain GitHub Wiki
This service is the only one that cannot scale because we must ensure that there is no possibility of concurrent access to the data. Its operation is very simple (and this allows us to not accept the presence of a single instance). It collects data from the Triage and moves all operations that do not have pending insertion operations to the Pool. This way, we can guarantee that the insertion priority for each Profile is respected in the smart contract.