@hanv89/azure-arch-skill 0.3.0 → 0.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -130,8 +130,9 @@ async function safeResolveTarget(target) {
|
|
|
130
130
|
/**
|
|
131
131
|
* Fetch with timeout and 2-retry exponential backoff on transient 5xx
|
|
132
132
|
* responses. Used by `fetchText` and `headOk`; both inherit the retry
|
|
133
|
-
* behavior.
|
|
134
|
-
* future agent adapters reusing this helper get the
|
|
133
|
+
* behavior. The 2-retry default was added to absorb transient 5xx
|
|
134
|
+
* upstream errors — future agent adapters reusing this helper get the
|
|
135
|
+
* retry path for free.
|
|
135
136
|
*
|
|
136
137
|
* Backoff schedule: 500ms after attempt 0, 1s after attempt 1, 2s after
|
|
137
138
|
* attempt 2. Network errors (AbortError, DNS failures) re-throw only
|
package/package.json
CHANGED