-
Notifications
You must be signed in to change notification settings - Fork 16
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
Receive ERROR: query timeout exceeded (240s)
errors intermittently when running a large amount of controls
#581
Comments
I also witnessed simlar timeouts with
|
@kaidaguerre do you have any insight or path to resolution or a workaround? I noticed that steampipe query timeout is off for all queries except benchmarks/controls (or something to that effect), is there a reason why that is the default? What are the implications of turning the query timeout off, do you know? |
@idesofoctober Have you tried using the --query-timeout argument? That allows you to customize the timeout. |
@e-gineer I have been fiddling with that (found it yesterday)....disabled it, and I think there are some unintended consequences in that things are "running" without any clear indication of what is happening (I don't see any queries going into AWS, the log (default loglevel) doesn't have new entries, etc. I changed it to ten minutes for a test run today, that may have been helpful (ran into a different bug due to my script not handling a certain internal condition properly, so need to try again). Any suggestions? Is there a way to limit the number of connections/queries to AWS at once, looks like the log is indicating a max of 25, can I lower that somewhere, do you know? |
When running
steampipe check all
in the GitHub Compliance mod, orsteampipe check benchmark.cis_v150
in the AWS Compliance mod, we sometimes receive theERROR: query timeout exceeded (240s)
for controls.For instance:
The 4 errors were 4 controls receiving the same error across several benchmarks
The text was updated successfully, but these errors were encountered: