Skip to main content

run

Function run 

Source
pub fn run() -> Result<()>
Expand description

Compact the local Codex log database after validating its integrity and WAL checkpoint state.

ยงErrors

  • The configured Codex database does not exist or is not a regular file.
  • SQLite cannot obtain a write lock within three seconds.
  • An integrity check fails, WAL checkpoint is busy or incomplete, or vacuuming fails.