Skip to content

Workflow with a Schedule Trigger isn't running #20733

@dchenk

Description

@dchenk

Describe the problem/error/question

I have a workflow with a "Schedule Trigger" set to run every 9 hours, and it's currently active. Previously, it ran on schedule. But it hasn't been triggered for the last two weeks.

What is the error message (if any)?

There's no error message.

Please share your workflow/screenshots/recording

{
  "nodes": [
    {
      "parameters": {
        "rule": {
          "interval": [
            {
              "field": "hours",
              "hoursInterval": 9
            }
          ]
        }
      },
      "type": "n8n-nodes-base.scheduleTrigger",
      "typeVersion": 1.2,
      "position": [
        -448,
        1392
      ],
      "id": "ff2c3ea4-6f6f-4555-b9aa-f457f6228321",
      "name": "Schedule Trigger"
    }
  ],
  "connections": {
    "Schedule Trigger": {
      "main": [
        []
      ]
    }
  },
  "pinData": {},
  "meta": {
    "templateCredsSetupCompleted": true,
    "instanceId": "6e8f457a9ad26385296b12dadaa66437a0652726e89f555004f629c645e3a164"
  }
}
Image

Share the output returned by the last node

N/A

Debug info

core

  • n8nVersion: 1.114.4
  • platform: docker (cloud)
  • nodeJsVersion: 22.19.0
  • nodeEnv: production
  • database: sqlite
  • executionMode: regular
  • concurrency: 5
  • license: community

storage

  • success: all
  • error: all
  • progress: false
  • manual: true
  • binaryMode: filesystem

pruning

  • enabled: true
  • maxAge: 168 hours
  • maxCount: 2500 executions

client

  • userAgent: mozilla/5.0 (macintosh; intel mac os x 10_15_7) applewebkit/537.36 (khtml, like gecko) chrome/141.0.0.0 safari/537.36
  • isTouchDevice: false

Generated at: 2025-10-13T18:40:36.783Z}

Metadata

Metadata

Assignees

No one assigned

    Labels

    in linearIssue or PR has been created in Linear for internal review

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions