Commit 9e6f9f2
authored
fix(openapi): allow 128MB memory limits and add CI to RunOrigin enum (#2559)
Two schema mismatches with the live API:
1. **`ActorDefinition.minMemoryMbytes` / `maxMemoryMbytes`** required
`>= 256`, but actors actually run with 128 MB (the real platform
minimum, consistent with `RunOptions.memoryMbytes: minimum 128`).
Affected at least 20 store actors (`apify/instagram-profile-scraper`,
all of `apimaestro/*`, `harvestapi/*`, …).
2. **`RunOrigin`** enum was missing `CI`. `apify/cheerio-scraper` and
other Apify-owned actors have builds with `meta.origin: "CI"` from the
internal CI pipeline.1 parent d2d956e commit 9e6f9f2
2 files changed
Lines changed: 3 additions & 2 deletions
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
0 commit comments