Workflow not updated even after saving

I have a workflow that updates metrics once a day at 3am, then I edited that workflow and set it to run at 7am. I updated my workflow and hit save, but when it came time to run it ran the 3am version and the 7am version. I turned the workflow off and back on but it still ran both versions.

Configuration in npm:
N8N_ENFORCE_SETTINGS_FILE_PERMISSIONS false
N8N_HOST 0.0.0.0
N8N_PORT 12001
N8N_SECURE_COOKIE false
PORT 12001
WEBHOOK_URL https://n8n.humgroup.vn

Information about your n8n setup

  • **n8n version: 1.91.3
  • **Database (default: SQLite): SQLlite
  • **n8n settings EXECUTIONS_PROCESS (default: own, main): default
  • **Running n8n via (Docker, npm, n8n cloud, desktop app): npm
  • **Operating system: Hosting

1 Like

@Marketing_Human Hey,

I think it uses cron scheduling, so maybe worth checking on server for crons, otherwise, maybe copying to a new workflow may help, or replacing the trigger node, with new trigger. Hope you get resolved.

Samuel

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.