[Hotfix] Performance problems with the mutliprocessing of exposure-finalizer
The multiprocessing of exposure-finalizer
does not work well at this moment.
- There is a bug on line 379, where not
exposure_db
butself.exposure_db
is called to retrieve reference entities. - The country assets are passed as variable to the multiprocessing Queue, even though they do not change during the run