bito-code-review[bot] commented on code in PR #38685:
URL: https://github.com/apache/superset/pull/38685#discussion_r2944845977
##########
docker/.env:
##########
@@ -80,3 +80,7 @@ SUPERSET_SECRET_KEY=TEST_NON_DEV_SECRET
ENABLE_PLAYWRIGHT=false
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true
BUILD_SUPERSET_FRONTEND_IN_DOCKER=true
+
+#new variable for timeout
+SUPERSET_WEBSERVER_TIMEOUT: 600
+GUNICORN_TIMEOUT: 600
Review Comment:
<div>
<div id="suggestion">
<div id="issue"><b>Invalid .env syntax</b></div>
<div id="fix">
The new environment variables use colons instead of equals signs, which
isn't the standard syntax for .env files. This could prevent Docker from
properly parsing these variables, leading to them not being set. Change to
`SUPERSET_WEBSERVER_TIMEOUT=600` and `GUNICORN_TIMEOUT=600`.
</div>
<details>
<summary>
<b>Code suggestion</b>
</summary>
<blockquote>Check the AI-generated fix before applying</blockquote>
<div id="code">
````suggestion
SUPERSET_WEBSERVER_TIMEOUT=600
GUNICORN_TIMEOUT=600
````
</div>
</details>
</div>
<small><i>Code Review Run #a7a166</i></small>
</div>
---
Should Bito avoid suggestions like this for future reviews? (<a
href=https://alpha.bito.ai/home/ai-agents/review-rules>Manage Rules</a>)
- [ ] Yes, avoid them
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]