finos/vuu

Create child orders in IgniteOrderLoaderMain created less than expected due to method is not threadsafe

Aperta

#1326 aperta il 5 mag 2024

 (3 commenti) (0 reazioni) (1 assegnatario)TypeScript (42 fork)auto 404
demogood first issueserver

Metriche repository

Star
 (57 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

in IgniteOrderLoaderMain It loops to create parent Orders and child order (random * 100 - 250) in multiple threads OrdersModel.createChild it creates child order with an incremental child order id (which is not threadsafe) hence some child orders are not "new" child order but "update" existing child order

Guida contributor