hainenber commented on code in PR #40234:
URL: https://github.com/apache/superset/pull/40234#discussion_r3278161224


##########
.github/workflows/bashlib.sh:
##########
@@ -187,8 +190,48 @@ cypress-run-all() {
   fi
   export CYPRESS_BASE_URL
 
-  nohup flask run --no-debugger -p $port >"$flasklog" 2>&1 </dev/null &
-  local flaskProcessId=$!
+  nohup gunicorn \

Review Comment:
   Should we use Gunicorn's args similar to the ones applied in 
`docker/entrypoints/run-server.sh`?



-- 
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]

Reply via email to