Files
wgBill/backend
dodox 69ecc7fc67 Dockerfile: call out multi-process limitation explicitly
The reasoning for --workers 1 was already there; adding an upfront
note that this app doesn't support multi-process/multi-replica
deployment as-is, since Login Flow v2's in-flight state is in-process
memory - not just a gunicorn flag choice, a structural constraint
until that state moves somewhere shared.
2026-08-30 16:19:20 +02:00
..