After a while my workflow started to trigger twice each time instead of once on a trigger.
This was either due to an increase in process time after the trigger or as a result of adding a cron expression.
I removed the cron expression and re-created the workflow, but the situation remains the same. To me, this is a rather complicated issue that is unclear how to resolve.
n8n version 1.39.1, installed on the server. Updated it today.
So, I can assume it has to do with the processing time of the process. The first query in openai is text generation. The second one is generating an image.
This process takes about 2, 2.5 minutes total until it gets to the database update.
But the same error never happens during a test run or if I run this process on a trigger from telegram.
So after a few days of testing there is definitely an improvement. The trigger no longer duplicates the launch at or near the same time.
But the execution list now shows an execution at 00.00.00.00 every day. If you open this execution, there is nothing executing there, ie it looks like another bug. Am I right and does this require any action on my part?