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(backend): enforce single-worker deployment for in-memory job tracking
Model-download and global-reclustering job state lives in per-worker memory, so
running multiple workers would let a job start in one worker while status polls
hit another (404s, duplicate jobs). Hardcode the server to a single worker in
run.sh and run-server.ps1 (removing the WORKERS override) and document the
constraint at the in-memory state. Replaces the previous best-effort startup
warning, which could not observe the real worker count.
0 commit comments