@sreetej510/pi-shipd-checks 0.3.9 → 0.3.10

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.
Files changed (3) hide show
  1. package/README.md +3 -2
  2. package/dist/index.js +23 -23
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -137,8 +137,9 @@ On-Demand fallback. Spot interruptions are retried according to `fargate.maxRetr
137
137
  `cluster`, `subnetIds`, and `securityGroupId` are optional when a default VPC is available.
138
138
  With `adaptiveResourceProfile: true`, the first run uses `resourceProfile`; later runs upgrade
139
139
  when normalized CPU is at least 90% for more than three minutes, downgrade when CPU is at
140
- least 95% for under one minute, and otherwise retain the profile. Set
141
- `projectProfiles` to override resources per repository:
140
+ least 95% for under one minute, and otherwise retain the profile. Only the selected next
141
+ profile is written to `projectProfiles`; CPU telemetry is included in `shipd_report.json` but
142
+ no telemetry history is retained. Set `projectProfiles` to override resources per repository:
142
143
  `{"C:/path/to/repo":"large"}`.
143
144
 
144
145
  5. Restart pi, use `/checks --config` to select the solver model and project resource profile,