1 Minute Gmail Triggered Fired 24 hours at once

Describe the problem/error/question

I received only one execution between 2025-12-15T14:35:32+00:00 and 2025-12-16T10:01:21+00:00 of my 1 minute Gmail trigger, and my workflow failed once it landed at an HTTP request due to too many items being processed.

No individual executions occurred between these times. I typically get one email per execution, this was not due to receiving a bunch of emails at once.

Would love to know if anyone knows why this might’ve happened, and specifically if there’s any way to re-process the 59 emails I’m now stuck with in one execution log.

What is the error message (if any)?

Error code

EAUTH

Full message

You have made too many requests continuously. Please try again after some time.

Please share your workflow

My whole workflow doesn’t seem relevant, it processed the incoming data properly, split it up, and simply failed upon arriving at my HTTP GET nodes attached to Zoho CRM records. I’ve attached details of the trigger node for clarity though.

{
“nodes”: [
{
“parameters”: {
“pollTimes”: {
“item”: [
{
“mode”: “everyMinute”
}
]
},
“simple”: false,
“filters”: {
“q”: “”
},
“options”: {}
},
“type”: “n8n-nodes-base.gmailTrigger”,
“typeVersion”: 1.2,
“position”: [
-2288,
1296
],
“id”: “d31d285d-13f6-426b-a19b-da179dd633c2”,
“name”: “Gmail Trigger”,
“credentials”: {
“gmailOAuth2”: {
“id”: “REDACTED”,
“name”: “Gmail account”
}
}
}
],
“connections”: {
“Gmail Trigger”: {
“main”: [

]
}
},
“pinData”: {},
“meta”: {
“instanceId”: “REDACTED”
}
}

(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)

Share the output returned by the last node

Information on your n8n setup

  • n8n version: 1.122.4 (Cloud)
  • Database (default: SQLite): assumed default
  • **n8n EXECUTIONS_PROCESS setting (default: own, main):**assumed default
  • Running n8n via (Docker, npm, n8n cloud, desktop app): n8n cloud
  • Operating system: macOS monterey/windows 10 equally

the gmail trigger checks every min but only runs if there is new emails.