Mike Gorman

Results 2 issues of Mike Gorman

We have a process that sometimes fails to exit until we hit `ctrl-c`. Traceback at that time shows the process is hung, attempting to "join" a worker thread: ``` Traceback...

bug

I am attempting to bulk create a few documents by passing this to `bulk`: ```json {"create": {"customer_id": 1, "field2": "doc1", "_index": "my_index"}} {"create": {"customer_id": 1, "field2": "doc2", "_index": "my_index"}} ```...