-
Notifications
You must be signed in to change notification settings - Fork 74
Open
Description
Hello,
I have 20 workers executing the same code. In the code I have a query where I search for an order and list of the order products . After that, I map the result of the query to the order object class AutoMapper.MapDynamic<Order>(results).First(); , but from time to time I am missing some order products. Only when I remove line related with the cache Slapper.AutoMapper.Cache.ClearInstanceCache(); everything is working properly but of course cache is rising, there is no way to clean it.
Is possible that Slapper.AutoMapper.Cache.ClearInstanceCache() affect other order queries running in the different workers ?
PMorild
Metadata
Metadata
Assignees
Labels
No labels