Ryan Henderson
Ryan Henderson
I believe it was related to: https://github.com/dsys/match/pull/2
Could be something with pickling the DB connection. Try using a [pool with an initializer](https://docs.python.org/3.4/library/multiprocessing.html?highlight=process#module-multiprocessing.pool) and create the `ses5` object within the spawned process.
Hi @advance512, It's possible the documentation didn't keep up here. I'm on vacation until late next week, but I'll have a look when I get back and either update the...
Hey @walidsa3d Should be easy to implement, see https://github.com/pavlovai/match/blob/master/src/match/server.py#L43
Hi @einali I haven't maintained the MongoDB portion of the code, it's mostly there as an example at this point. Is there some reason you can't use the Elasticsearch backend?
Hey thanks for submitting. Hopefully I can review this soon. The test is failing because of something on my end, so I have to fix that first.
Hey @ecdeveloper sorry I took so long to get around to this. I fixed the build in master, can you rebase? Thank you
That's the test for adding metadata, which should be ignored in the image search. Maybe the query is including it. I'll look too.
Another update on my side -- since your change affects the behavior on a lot of the code, it's important we make sure the tests are actually hitting all your...
Sorry @ecdeveloper, I haven't forgotten this. Both myself and @vrde were coincidentally on vacation!