Move Python Worker ownership into Infra #6
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "chore/migrate-python-worker-to-infra"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Add the existing Python Worker to the canonical Infra Compose without moving or rewriting its source and runtime state. Preserve container name, port 8000, mounts, and the n8n_default DNS boundary so 16 known n8n workflows and the OGame Agent keep using python_worker:8000. Runtime values are captured into an ignored 0600 file during manual cutover. The absent playwright_chrome runtime is not migrated. Deployment is manual, single-instance, health-gated, and retains the stopped legacy container for rollback.