We need to update a few files to reflect the new HTTP_TIMEOUT setting and the http_utils helper.
contribute.md
- In the "How to add a new analyzer" section, add a note to use
api_app.http_utils for all HTTP requests. This ensures they respect the global timeout.
- Update the
health_check mention to clarify it uses a default 10s timeout now.
installation.md
- Add
HTTP_TIMEOUT to the optional environment variables list. The default is 90 seconds.
We need to update a few files to reflect the new
HTTP_TIMEOUTsetting and thehttp_utilshelper.contribute.md
api_app.http_utilsfor all HTTP requests. This ensures they respect the global timeout.health_checkmention to clarify it uses a default 10s timeout now.installation.md
HTTP_TIMEOUTto the optional environment variables list. The default is 90 seconds.