Go to file
Bradlee Speice 76193599d0 Be more stingy with connections
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.
2016-08-25 23:17:35 -04:00
.idea Add Tradeking functionality 2016-08-24 17:43:11 -04:00
metrik Be more stingy with connections 2016-08-25 23:17:35 -04:00
test Make the test a bit more lenient 2016-08-25 17:49:25 -04:00
.gitignore Initial commit for metrik 2016-08-07 16:25:04 -04:00
.metrik.enc Add Tradeking functionality 2016-08-24 17:43:11 -04:00
.travis.yml Fix install path for the encrypted settings 2016-08-24 17:48:08 -04:00
conftest.py Fix pytest issues 2016-08-16 17:31:12 -04:00
metrik.iml Initial commit for metrik 2016-08-07 16:25:04 -04:00
requirements.txt Switch the configuration system 2016-08-24 15:52:07 -04:00
setup.cfg Initial commit for metrik 2016-08-07 16:25:04 -04:00
setup.py Add the default config to the distributed files 2016-08-25 07:44:51 -04:00