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

Problem with webhook reply #13654

Open
SebastianAviles opened this issue Mar 3, 2025 · 3 comments
Open

Problem with webhook reply #13654

SebastianAviles opened this issue Mar 3, 2025 · 3 comments
Labels
in linear Issue or PR has been created in Linear for internal review

Comments

@SebastianAviles
Copy link

Describe the problem/error/question

When workflow using webhook takes long to respond, the http client not received the reply. (using postman as http client)

What is the error message (if any)?

Not reply from webhook

Please share your workflow/screenshots/recording

Image

Share the output returned by the last node

{
  "status":"Workflow Ready"
}

Debug info

core

  • n8nVersion: 1.81.2
  • platform: npm
  • nodeJsVersion: 22.13.1
  • database: sqlite
  • executionMode: regular
  • concurrency: -1
  • license: community
  • consumerId: unknown

storage

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

pruning

  • enabled: true
  • maxAge: 336 hours
  • maxCount: 10000 executions

client

  • userAgent: mozilla/5.0 (windows nt 10.0; win64; x64) applewebkit/537.36 (khtml, like gecko) chrome/132.0.0.0 safari/537.36 opr/117.0.0.0
  • isTouchDevice: true

Generated at: 2025-03-03T18:40:52.172Z

@Joffcom
Copy link
Member

Joffcom commented Mar 3, 2025

Hey @SebastianAviles,

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

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

Joffcom commented Mar 4, 2025

Hey @SebastianAviles,

This is an interesting one, How long is too long in this case? My expectation would be that for quick worklfows it would work and for longer running the webhook would be set to return instantly and another workflow or webhook would be used to check the status of the job that was kicked off.

I would say anything over 30 seconds should probably return an error.

@Joffcom Joffcom added the Needs Feedback Waiting for further input or clarification. label Mar 4, 2025
@SebastianAviles
Copy link
Author

Over 30 seconds, arround 1-2 minutes, but nott throw error, only dont send the reply to webhook. Postman still wait for infinite time.

@Joffcom Joffcom removed the Needs Feedback Waiting for further input or clarification. label Mar 4, 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

No branches or pull requests

2 participants