Fixed
- n8n workers - Lowering
N8N_WORKER_COUNTnow removes the extran8n-worker-N/n8n-runner-Ncontainers on install,make updateorbash scripts/generate_n8n_workers.sh; each is stopped gracefully first (up to 30s to finish running executions). Before, the regenerated compose file no longer listed them, sodownleft them running as orphans that kept processing queue jobs.make doctorwarns about a worker above the configured count.
Removed
- scripts/download_top_workflows.sh - Maintainer-only script that downloaded popular templates from n8n.io; nothing in the installer or Makefile called it. The bundled workflows in
n8n/backup/workflows/stay.
Upgrade
Run make update. If you lowered N8N_WORKER_COUNT earlier and n8n-worker-N / n8n-runner-N containers above the count are still running, the update stops them gracefully and removes them; make doctor warns if one is left.
Full Changelog: v1.15.0...v1.15.1