You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As an application developer, I want increased confidence that I'm getting all available results from Insights even when my queries process so much data that they time out.
Notes
This feature would build on the existing splitting added in issue Split chunks when max result limit is reached #3. Instead of only being able to split when we get MaxLimit results, we also split when we get a timeout error back from CWL Insights on a GetQueryResults poll.
Part of this feature should include allowing arbitrary client-side timeouts for chunks. The current CWL timeout is 15m, which is a very long time to run to get feedback of this nature. When running a Query, customers may want to set lower timeouts so they can split faster and have some hope of quickly whittling oversize time ranges to achievable levels.
Open Questions
Add a new field into QuerySpec to request this, or just do it automatically when splitting due to result count is enabled?
The text was updated successfully, but these errors were encountered:
vcschapp
changed the title
Split chunks when chunk times out
Split chunks if their queries time out
Dec 14, 2021
User Story
As an application developer, I want increased confidence that I'm getting all available results from Insights even when my queries process so much data that they time out.
Notes
MaxLimit
results, we also split when we get a timeout error back from CWL Insights on aGetQueryResults
poll.Query
, customers may want to set lower timeouts so they can split faster and have some hope of quickly whittling oversize time ranges to achievable levels.Open Questions
QuerySpec
to request this, or just do it automatically when splitting due to result count is enabled?The text was updated successfully, but these errors were encountered: