Describe the problem/error/question
We are on the cloud-hosted version with a pro account. So far we have been quite happy with the product. During the first week of testing and then going live everything ran super smooth.
What is the error message (if any)?
I just checked our executions and where it should say around 50-100 per day, on the 13th of October it says 2116 successful executions (in a single day!).
Since we store some data as execution data, I was able to find out the following (we send “order created” events for an online shop and set the customer e-mail as execution data, so I looked at one of the strange executions).
We call the webhook and log success (2xx response) or failure (non-2xx response). All our calls are logged as successful, and this is done using a standard http client (java unirest), which has given us 0 issues over the last 20 years.
For this e-mail we see:
Webhook called on Sept 18 → workflow executed
Webhook called on Sept 22 → workflow executed
Webhook called on Oct 1st → No workflow executed
… 6 more between Oct 1st and 13th → no workflow executed
And then all of a sudden the missing workflows are executed started at around 15:48 on Oct 13th. This cannot be a caching issue on our end, there is no proxy, we did app restarts in between etc.
An example of a workflow that we triggered on Oct 1st at 07:17 (CEST) which ran on Oct 13 at 15:48:03:
We call the webhook when the order is created, which, as can be seen in the webhook data was at 07:17 (“createdAt:2025-10-01T07:17:02”).
What gives?
It appears that the webhook calls somehow get (got?) stuck inside the n8n cloud and did not get flushed until Oct 13.
This, of course, makes the integration unreliable. I hope someone at n8n can shed a light on this for us. We are a paying customer (pro account, prepaid for a year).
Thank you for your attention to this matter.
Please share your workflow
This is not related to the content of the workflow.
Share the output returned by the last node
Also not relevant to this issue.

