algolia / cli

🔍 Algolia’s official CLI devtool
https://www.algolia.com/doc/tools/cli
MIT License
101 stars 26 forks source link

cannot read body: context deadline exceeded #169

Open jonathan-mothership opened 5 days ago

jonathan-mothership commented 5 days ago

algolia version 1.6.11

algolia objects browse shipments > algolia-shipments.jsonl
cannot read body: context deadline exceeded

We can't seem to pull our indexes down locally with the browse function and not sure if there's a timeout setting that can used to adjust this.

Some of the index manages to come down, in some cases hundreds of megabytes, but never a successful download of the index.

jonathan-mothership commented 5 days ago

I was also not able to succeed by setting the page size to a low value:

 algolia objects browse shipments --hitsPerPage 20  > algolia-shipments.jsonl

Got ~300MB down but still ended up with the same error

cannot read body: context deadline exceeded