Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG][Wait Node] seconds timeout is unavailable when resume Wait-Node by webhook #13856

Closed
gaokun opened this issue Mar 12, 2025 · 2 comments · May be fixed by #13857
Closed

[BUG][Wait Node] seconds timeout is unavailable when resume Wait-Node by webhook #13856

gaokun opened this issue Mar 12, 2025 · 2 comments · May be fixed by #13857
Labels
in linear Issue or PR has been created in Linear for internal review

Comments

@gaokun
Copy link

gaokun commented Mar 12, 2025

Bug Description

  1. create a Wait-Node
  2. set 'resume: on webhook'
  3. enable limit-wait-time
  4. set Limit Type: 'After Time Interval', Amount: 5, Unit: seconds.
  5. run this node, do NOT resume by webhook
  6. the node will timeout after 60 seconds, not 5 seconds.

To Reproduce

{
  "nodes": [
    {
      "parameters": {
        "resume": "webhook",
        "limitWaitTime": true,
        "resumeAmount": 5,
        "resumeUnit": "seconds",
        "options": {}
      },
      "type": "n8n-nodes-base.wait",
      "typeVersion": 1.1,
      "position": [
        220,
        0
      ],
      "id": "f03c2431-4a90-49d5-a49b-7017f7a15130",
      "name": "Wait",
      "webhookId": "ca522807-206c-4b54-8542-10fd48dd80f6"
    }
  ],
  "connections": {},
  "pinData": {},
  "meta": {
    "instanceId": "8a0f4e2702f32f19e733825a1554a3e8f324c0954c0f1d18c22769193f2baae3"
  }
}

Expected behavior

Wait Node can resume after 5s if nowebhook.

Operating System

macos

n8n Version

1.81.4

Node.js Version

22

Database

SQLite (default)

Execution mode

main (default)

@Joffcom
Copy link
Member

Joffcom commented Mar 12, 2025

Hey @gaokun,

We have created an internal ticket to look into this which we will be tracking as "GHC-1159"

@Joffcom Joffcom added the in linear Issue or PR has been created in Linear for internal review label Mar 12, 2025
@Joffcom
Copy link
Member

Joffcom commented Mar 12, 2025

Hey @gaokun,

As you have put in a PR for this I am going to close this and we can just move the PR to review once tests are in place.

@Joffcom Joffcom closed this as not planned Won't fix, can't repro, duplicate, stale Mar 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in linear Issue or PR has been created in Linear for internal review
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants