I am running a work flow that run every 5 minutes. My issue is when I see running process on …/executions N8N shows many process that it appear are running, some times process that has 2 week running and that is not true. My process never take more than 5 minutes running and always finish… but N8N show that are running and I have to cancel manually…
What is the error message (if any)?
N8N shows running process that are not running…
Please share your workflow
(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)
Share the output returned by the last node
Information on your n8n setup
n8n version: 1.68.1,
Database (default: SQLite): default
n8n EXECUTIONS_PROCESS setting (default: own, main): not sure, how can i find out?
Running n8n via (Docker, npm, n8n cloud, desktop app): Docker
thanks for your help. Retart is not an option. I always stop old running proccess manually…I just wanted to know if some one else had that issue too… I am afraid upgrade n8n because almos alwais introduce too many bugs and work flows that work properly suddenly stop becasuse of errors and I have to downgrade n8n images… Right now i am on 1.83 and it forcing me to use first() instead of item. In previous versions it was just a warnings but now it stop process and send error telling me that i have to use first()… I does not any sense to me but any ways is what it is.