We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
Every time I'm trying to do this:
Elasticsearch = new ElasticsearchInside.Elasticsearch(); await Elasticsearch.Ready();
The Ready() function throw an exception of task cancell timeout exception.
Why is that happening? any help?
The text was updated successfully, but these errors were encountered:
I think there is a hardcoded timeout and if ES does not return response 200 OK within 30s, task gets cancelled. https://github.com/poulfoged/Elasticsearch-Inside/blob/db5bc02fecb6e27b2690bb73472806e02d9fc4ef/source/ElasticsearchInside/Elasticsearch.cs#L136
@poulfoged Is there a chance to make the timeout configurable? I'm happy to come up with MR if it works for you.
Sorry, something went wrong.
Sure, I'd be happy to get a MR :)
#21 solved my timeout issue
No branches or pull requests
Hi,
Every time I'm trying to do this:
The Ready() function throw an exception of task cancell timeout exception.
Why is that happening? any help?
The text was updated successfully, but these errors were encountered: