mistercrunch opened a new pull request, #34848: URL: https://github.com/apache/superset/pull/34848
DuckDB is not fully thread-safe in all contexts, causing database locking issues when used with Gunicorn's default gthread worker class. This change configures docker-compose-light.yml to use multiple sync workers (8) with single threading (1 thread per worker) instead of the default threaded configuration to prevent database conflicts. -- 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: notifications-unsubscr...@superset.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For additional commands, e-mail: notifications-h...@superset.apache.org