finos/vuu

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

Open

#1,326 opened on May 5, 2024

 (3 comments) (0 reactions) (1 assignee)TypeScript (42 forks)auto 404
demogood first issueserver

Repository metrics

Stars
 (57 stars)
PR merge metrics
 (PR metrics pending)

Description

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

Contributor guide