Skip to main content

BackfillRollup

Queues a durable background backfill that populates / resets a rollup over the ENTIRE history of its source archive without supplying a timestamp (AB#4269 / AB#4286). Resolves the source archive's earliest timestamp and enqueues a recompute of [sourceMin, now); the heavy work runs in the background so it is never cancelled by a client timeout. Returns the Pending job id immediately. Use -w/--wait to poll until the job completes. A no-op when the source archive holds no data.

Examples

octo-cli -c BackfillRollup -id <identifier>

Options

ShortLongRequiredDescription
-id--identifieryesRuntime id of the CkRollupArchive to backfill from its source
-w--waitnoPoll the recompute job until it completes (or fails) instead of returning immediately