Schedule Trigger runs twice

Hello @LycaKnight

Please try to manually restart your docker container

docker restart <container-name> 

docker ps

These are the ones that most closely match the “double fire with odd timing” or “ghost duplicate rules” behavior. The recurring fix across them is usually:

  • Delete and re-add the Schedule Trigger node (fresh one avoids carrying over bad internal state).

  • Use Custom Cron from the start (*/58 * * * *).

  • If self-hosted + queue mode: restart container / reduce workers temporarily.

  • Worst case: export → delete workflow → import as new (resets any hidden dupes).

Some people with similar issues here: