You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(docker): Configure Gunicorn for DuckDB thread safety in light compose
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.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments