Hi,
I'm using Bonsai on Heroku.
When I run heroku run rake searchkick:reindex:all, I get a timeout error.
Faraday::TimeoutError: Net::ReadTimeout
On the Bonsai dashboard, I can see that I'm using all shards :

Any idea what's happening ?
I believe the default number of shards is 6 (5 primary and 1 replica). You can change this with:
searchkick settings: {number_of_shards: 1, number_of_replicas: 0}
Thanks !
Most helpful comment
I believe the default number of shards is 6 (5 primary and 1 replica). You can change this with: