Describe the problem/error/question
My Google Sheets Trigger node (polling every minute, rowAdded event) is intermittently failing with a 503 error across two separate workflows watching two different Google Sheets under two different OAuth2 credentials. This has occurred repeatedly from July 12 06:56 through July 13 23:03.
I’ve already checked the standard causes before posting:
Both Google Sheets OAuth2 credentials show “Account connected” with no reauth needed.
n8n’s own status page shows one incident (20 minutes on July 13, 10:58 to 11:18 in local time), but it does not overlap with any of my error timestamps.
Google Workspace’s status dashboard shows Sheets as healthy for the entire period.
Retry On Fail was already enabled on one of the two affected workflows before these errors started, and the errors persisted anyway, so this doesn’t appear to be a normal transient blip that retries can absorb.
I found two similar past threads (linked below) where the suggested fix was enabling Retry On Fail, but since that was already on for one of my workflows and didn’t help, I wanted to flag this as a possibly different or more persistent issue.
Related threads I found:
Google Sheets Trigger executions - Could not complete
What is the error message (if any)?
{
“errorMessage”: “Service unavailable - try again later or consider setting this node to retry automatically (in the node settings)”,
“errorDescription”: “The service is currently unavailable.”,
“errorDetails”: {},
“n8nDetails”: {
“n8nVersion”: “2.29.8 (Cloud)”,
“binaryDataMode”: “filesystem”
}
}
Please share your workflow
(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
Not applicable. The trigger node itself fails before returning any output, so no downstream node executes.
Information on your n8n setup
-
- n8n version: 2.29.8
- Database (default: SQLite): n8n Cloud managed
- n8n EXECUTIONS_PROCESS setting (default: own, main): default (Cloud managed)
- Running n8n via (Docker, npm, n8n cloud, desktop app): n8n Cloud
- Operating system: n8n Cloud
