Webhooks stopped working

Describe the problem/error/question

About 2 days ago all my webhooks stopped working. Only cron jobs are processed. No errors in the webhook container log. Tried restarting the containers to no avail. Tried to upgrade to version 1.36.2 and did not resolve it.

What is the error message (if any)?

nothing

Information on your n8n setup

  • n8n version: 1.36.2
  • Database (default: SQLite): Percona
  • n8n EXECUTIONS_PROCESS setting (default: own, main): queue
  • Running n8n via (Docker, npm, n8n cloud, desktop app): Docker
  • Operating system: Oracle Linux

Hey @Martin_Neumann,

When you try and call a webhook what message do you get back?

I get a timeout after 5000 miliseconds

Hey @Martin_Neumann,

That is unusual, Are you using webhook workers at all or just normal workers?

my n8n is set up in queue mode if you mean that.

I discovered that I can send a webhook with Postman and it triggers a workflow. But the webhooks from WordPress that were working before simply stopped, creating a timeout, Woocommerce trigger stopped, AWS SNS trigger stopped and IMAP trigger stopped. Just receiving nothing from my regular operation.