Workflow executes every day

Hello,

We have a problem for some “Workflow”. For the schedule time we have set “Every 3 weeks” but it executes every day.

What could be the problem?

Thanks.
Kind regards.

Meng

Information on your n8n setup

n8n version: 1.70.3
Database (default: SQLite): SQLite
n8n EXECUTIONS_PROCESS setting (default: own, main): Screenshot
Running n8n via: Docker
Operating system: Debian 12

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:

Hi @fredmeng,

Welcome to the community :tada:

Tip for sharing your workflow in the forum

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>
```

Make sure that you’ve removed any sensitive information from your workflow and include dummy data or pinned data as much as you can!


I see that you have all the Weekdays turned on which will run the workflow every day for a week before it waits for 3 weeks. Could you try picking just one day of the week?

1 Like

Hello,

thank you very much for your prompt reply. I have changed the settings and will keep an eye on it.

Have a nice day.

Meng

1 Like