Hi n8n community,
I have a question about webhook waiting/listening duration limits in test mode.
Setup:
- n8n Cloud trial account
- Workflow with Webhook trigger node
- Testing webhook reception from external service
Issue:
- Click “Execute workflow” → Webhook shows “Waiting for trigger event”
- Webhook successfully receives and processes calls during this period
- After about 1 min or so, webhook STOPS listening/waiting
- No longer accepts new incoming webhook calls
- Must click “Execute workflow” again to make it wait for new calls
Questions:
- Is the ~1 minute “waiting for trigger” limit a trial account restriction?
- In production/active workflows, do webhooks listen indefinitely?
- Can this waiting duration be extended in trial accounts?
- Is this test mode vs production mode behavior difference?
Use Case:
Building PROD failure monitoring - webhooks can arrive at unpredictable times from CI/CD pipelines, not just within 1-minute windows.
Expected Behavior:
Webhook should stay active/listening continuously, not timeout after about a minute.
Is this normal trial account behavior, or is there a setting I’m missing to keep webhooks listening longer?
Technical Information:
- n8n version: n8n Cloud (latest)
- Database: n8n Cloud managed
- n8n EXECUTIONS_PROCESS setting: n8n Cloud default
- Running n8n via: n8n cloud (trial account)
- Operating system: n8n Cloud infrastructure
Thanks!
