mirror of
https://github.com/bspeice/metrik
synced 2025-07-01 05:46:22 -04:00
76193599d09ad2986d9c15e9e113dbb3d7be6536

I think the act of spinning up ~4000 MongoTargets for the Equities caused things to blow up; this way connections will only by created/used when operations are being performed. This is theoretically less efficient, but from what I've read in the documentation Mongo should have some pooling tricks to not sacrifice performance.
Description
No description provided
Languages
Python
100%