Exponential Backoff for Google APIs
Exponential Backoff for Google APIs
Manual
High
8
Nodes
Manual
Trigger
High
Complexity
7/22/2025
Added
Workflow Overview
Total Nodes
8
Node Types
8
Node Types
manual Trigger
When clicking ‘Test workflow’
1 node
code
Exponential Backoff
1 node
stop And Error
Stop and Error
1 node
split In Batches
Loop Over Items
1 node
google Sheets
Google Sheets
1 node
wait
Wait
1 node
if
Check Max Retries
1 node
sticky Note
Sticky Note
1 node
Workflow JSON
6.72 KB
{
"id": "2NhqmUqW3KruEkaE",
"meta": {
"instanceId": "d868e3d040e7bda892c81b17cf446053ea25d2556fcef89cbe19dd61a3e876e9"
},
"name": "Exponential Backoff for Google APIs",
"tags": [
{
"id": "nezaWFCGa7eZsVKu",
"name": "Utility",
"createdAt": "2024-11-13T18:08:08.207Z",
"updatedAt": "2024-11-13T18:08:08.207Z"
}
],
"nodes": [
{
"id": "5d6b1730-33c5-401c-b73f-2b7ea8eedfe3",
"name": "When clicking ‘Test workflow’",
"type": "n8n-nodes-base.manualTrigger",
"position": [
-580,
-80
],
"parameters": {},
"typeVersion": 1
},
{
"id": "6726b630-597c-46cf-8839-75cd80108f2f",
"name": "Exponential Backoff",
"type": "n8n-nodes-base.code",
"position": [
160,
120
],
"parameters": {
"mode": "runOnceForEachItem",
"jsCode": "// Define the retry count (coming from a previous node or set manually)\nconst retryCount = $json[\"re...Showing first 1000 characters. Click "Expand" to view the full JSON.