Victor Kovtun
Victor Kovtun
I had exactly same issue, changing `_` (underscore) to `-` (dash) eg ``` functions: report_reminder: ``` to ``` functions: report-reminder: ``` solved problem
https://github.com/elastic/elasticsearch-py/blob/master/elasticsearch/transport.py#L310
https://github.com/aio-libs/aioelasticsearch/blob/master/aioelasticsearch/transport.py#L251
Ok, same at elasticsearch-py, verify_ssl is deprecated for just ssl context. Lets limir aioelasticsearch to ssl only and bump minor version
What exact Python version You are using?
Can You provide an example which fails this way?
I found an issue, seems `queue.PriorityQueue` and `asyncio.PriorityQueue` works little bit different , which was ported from original driver. Ill try to provide a fix for that this weekend
Links attached, sorry
Some hints to reuse parts from aiobotocore https://github.com/elastic/elasticsearch-py/pull/706
Thanks for the contribution! Can You add some tests?