mistercrunch opened a new pull request, #34907: URL: https://github.com/apache/superset/pull/34907
DuckDB (now used in dev envs) requires single-threaded operation in development environments. Adding --without-threads flag to flask run command in docker-bootstrap.sh to prevent threading conflicts with DuckDB. Note: the flask docs are really unclear about what the default is, and exposes `--with-threads` and `--without-threads`. Default changed in Flask v1 apparently. Fixes lock ups in dev envs. -- 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]
