How do I run a worflow every 30 minutes between 9h00 and 22h00

Is there a way ro run a workflow every 30 minutes between 9h00 and 22h00?

I tried with crontab.guru but coudn´t figure out the “every 30 minutes” part

Information on your n8n setup

  • n8n version: crontab.guru
  • Database (default: SQLite): sqlite
  • n8n EXECUTIONS_PROCESS setting (default: own, main): main
  • **Running n8n via (Docker, npm, n8n cloud, desktop app):**docker
  • **Operating system:**ubuntu

Hello @fxholl

That one: */30 9-22 * * *

5 Likes

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