N8n schedule trigger triggering multiple times constantly

Describe the problem/error/question

Hi,
Constantly i see multiple executions at the same time for all workflows working with schedule trigger, with time passing the amount of the duplications are growing.
I’ve been trying to understand what’s going on, all duplicate executions appear in the main logs like so:

Enqueued execution 962695 (job 272128)
Enqueued execution 962696 (job 272129)
Enqueued execution 962697 (job 272130)

so i assume they are all executions are generated in the main process (and god forbid there is no other lost replica somewhere)

any suggestion how to continue the investigation?

thanks!

What is the error message (if any)?

No error message, just duplications.

Please share your workflow

Information on your n8n setup

  • 1.90.2
  • postgres
  • self-hosted 1 main in queue mode + 3 workers + redis
  • Kubernetes 1.18
  • ubuntu20

Hi there,
i can see that you have set schedule for interval of 30 seconds. it means you have set the cron which run every 30 second to hit the listgit node.
that’s why it is coming in the execution and to prevent it make it manual trigger or make your workslow to inactive. so it wont trigger the work flow.
otherwise new execution will create every 30 seconds of interval.

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