ZJONSSON / node-etl

npm install etl
232 stars 49 forks source link

ElasticSearch should retry with backoffs if transport error #83

Open jbreckman opened 5 years ago

jbreckman commented 5 years ago

If too much data gets written to ES, it will sometimes fail with this error: https://stackoverflow.com/questions/37855803/rejected-execution-of-org-elasticsearch-transport-transportservice-error

It'd be nice if this was handled by the node-etl library and automatically retried (after backoffs)