Runtime

Runtime config knobs for debug output, snapshot caching, chunking, and telemetry warnings.

Runtime settings control how CrossWatch behaves during runs.

Most users should leave defaults alone.

The only knobs most setups need

  • runtime.debug: show extra detail in logs.

  • runtime.snapshot_ttl_sec: keep this at 0 if you suspect staleness.

  • runtime.apply_chunk_size: smaller chunks reduce blast radius.

  • runtime.apply_chunk_pause_ms: add a pause if you hit rate limits.

Safe defaults

  • Snapshot TTL: 0

  • Chunking: off, unless a provider is picky

Related:

Last updated