RecomputeArchive
Triggers (or coalesces) an optimistic recompute of a rollup archive over [from, to). Returns the resulting job snapshot (state, counts, error reason).
Examples
octo-cli -c RecomputeArchive -id <identifier> -f <from> -t <to>
Options
| Short | Long | Required | Description |
|---|---|---|---|
-id | --identifier | yes | Runtime id of the CkRollupArchive to recompute |
-f | --from | yes | Inclusive range start, ISO-8601 |
-t | --to | yes | Exclusive range end, ISO-8601 |
-s | --rtIdScope | no | Optional: recompute only this entity's data (metering point / stream) |