-
Notifications
You must be signed in to change notification settings - Fork 155
New issue
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
Aggregation Timeout #316
Comments
Anyone? Is there any documentation for this at all? Any suggestions? |
Hey, Unfortunately I have never been able to track this down. I have not personally seen it in my production system, nor have I been able to reliably reproduce any of these timeout issues. If you can give me information about what was happening within your system and possibly if you could find a way to reliably reproduce the issue, it could help in fixing it. |
@ankhers
|
Hi guys,
I'm getting an error when performing an aggregation on a lot of data
I've tried passing
cursor_timeout: false
,timeout: 30_000
,pool_timeout: 30_000
to the aggregate options, but nothing fixes it. The documentation doesn't state what and where timeout values should be used.The text was updated successfully, but these errors were encountered: