-
Notifications
You must be signed in to change notification settings - Fork 41
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
Report generation fails for big projects #153
Comments
nehashri - what was the resolution with this? My project adds a significant quantity of logging to the results and hence the 4000mS timeout is hit. Reckon your first thought (Streaming) would be the nicest way - although, as you point out, the most complex. |
@v-mwalk - some relevant discussions on this issue We will implement the second approach (sending ping requests) and thus letting the plugin live for longer as opposed to enforcing a hard timeout. Does that sound ok? |
The fix should be available in nightly >= 2-4-2019 |
The fix should be available in nightly >= 10-4-2019 |
Report generation fails if there is a huge project due to plugin connection timeout. The current default value for gauge to send a kill message to plugin is 4 secs. For a huge project this timeout is not sufficient to generate reports.
Few ways to address this:
(decreasing order of complexity, also decreasing order of cleanliness (IMO))
The text was updated successfully, but these errors were encountered: