windmill: fix native workers

This commit is contained in:
uumas
2026-04-19 13:47:43 +03:00
parent 792cf4ef39
commit f5735d39d3

View File

@@ -61,10 +61,12 @@
env:
DATABASE_URL_FILE: /run/secrets/postgres-url
MODE: worker
WORKER_TYPE: native
WORKER_GROUP: native
NATIVE_MODE: "true"
NUM_WORKERS: "8"
SLEEP_QUEUE: "200"
ENABLE_UNSHARE_PID: "true"
UNSHARE_ISOLATION_FLAGS: "--user --map-root-user --pid --fork"
- name: lsp
image: ghcr.io/windmill-labs/windmill-extra:latest
secrets: []