The scheduel trigger did not work today

Hello Giulio! How are you?

I identified a problem on the N8N today. The scheduled trigger did not work.

Apparently, it is correct.

Captura de Tela 2024-12-02 às 08.52.27.png

I couldn’t identify why it didn’t work.

Now in the afternoon, I have new message blasts scheduled.

The first batch, some made mistakes. Others worked.

Yesterday I updated the N8N. Did this impact the triggers?

Please, can you help me?

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Welcome to the community @jpmfonseca !

Tip for sharing information

Pasting your n8n workflow


Ensure to copy your n8n workflow and paste it in the code block, that is in between the pairs of triple backticks, which also could be achieved by clicking </> (preformatted text) in the editor and pasting in your workflow.

```
<your workflow>
```

That implies to any JSON output you would like to share with us.

Make sure that you have removed any sensitive information from your workflow and include dummy or pinned data with it!


Can you share your trigger here, please? You seemed to try to upload the image but that apparently didn’t work.

Hello everybody!

apologies for the delay.

I’m running version [email protected] via n8n cloud.

What happened was that the scheduling trigger stopped working after updating N8N to the latest version.

There is no error, the schedule simply stopped working.

What I’m doing to try to solve it is replacing the scheduling trigger node with a new one.

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