@sreetej510/pi-shipd-checks 0.4.4 → 0.4.5
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.
- package/README.md +2 -2
- package/dist/fargate-worker.mjs +69 -69
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -124,8 +124,8 @@ On-Demand fallback. Spot interruptions are retried according to `fargate.maxRetr
|
|
|
124
124
|
|
|
125
125
|
`cluster`, `subnetIds`, and `securityGroupId` are optional when a default VPC is available.
|
|
126
126
|
With `adaptiveResourceProfile: true`, the first run uses `resourceProfile`; later runs upgrade
|
|
127
|
-
when normalized CPU is at least
|
|
128
|
-
least 95% for under
|
|
127
|
+
when normalized CPU is at least 95% for more than seven minutes, downgrade when CPU is at
|
|
128
|
+
least 95% for under two minutes, and otherwise retain the profile. Only the selected next
|
|
129
129
|
profile is written to `projectProfiles`; CPU telemetry is included in `shipd_report.json` but
|
|
130
130
|
no telemetry history is retained. Set `projectProfiles` to override resources per repository:
|
|
131
131
|
`{"C:/path/to/repo":"large"}`.
|