n8n: add bounded retries to WF2's quality-scan callback

Found during this round's full acceptance pass: WF2 had the same
timeouts/bounded-retries gap as WF1 (timeout was already set, but Retry
On Fail was disabled). Fixed live (3 tries, 1000ms wait), published, and
synced the repo definition + manifest checksum.
This commit is contained in:
NuklearRabbit
2026-08-04 17:03:52 +02:00
parent fd0c55b13b
commit 167bf49b6e
2 changed files with 6 additions and 2 deletions
@@ -50,7 +50,10 @@
"httpHeaderAuth": {
"name": "Fleet Ops Service Token"
}
}
},
"retryOnFail": true,
"maxTries": 3,
"waitBetweenTries": 1000
},
{
"parameters": {