Describe the problem/error/question
When use n8n CLI to publish workflow such as
n8n publish:workflow --id=<workflow-id>
it shows warning messages saying that I need to restart n8n to take effect if it is currently running. But I did a test to import and publish updated workflow while n8n is running and it looks that once published the next execution of the workflow will be using the updated one.
Is this warning message valid for earlier 2.x n8n, or valid under specific infra such as using runners and queue mode?
What is the error message (if any)?
Note: Changes will not take effect if n8n is running.
Please restart n8n for changes to take effect if n8n is currently running
Please share your workflow
Share the output returned by the last node
Information on your n8n setup
- **n8n version: 2.4.8
- **Database (default: SQLite): PostgreSQL
- **n8n EXECUTIONS_PROCESS setting (default: own, main): main
- **Running n8n via (Docker, npm, n8n cloud, desktop app): docker
- **Operating system: Ubuntu

