mix rindle.runtime_status (Rindle v0.1.5)

Copy Markdown View Source

Reports bounded runtime diagnostics for Rindle lifecycle work.

The public API surface is Rindle.runtime_status/1; this Mix task is the operator-facing text/JSON wrapper over that read-only report.

Usage

mix rindle.runtime_status [--profile PROFILE] [--older-than-sec N] [--limit N] [--format text|json]

Options

  • --profile — restrict findings and counts to a profile module name.
  • --older-than-sec — restrict findings to rows older than the given age in seconds.
  • --limit — cap the number of samples shown per finding bucket.
  • --formattext (default) or json.
  • --provider-stuck — surface streaming-provider rows stuck in :uploading or :processing past the configured threshold (default 7200s; --older-than-sec OVERRIDES the default when provided). Each sample includes the full MediaAsset UUID and the REDACTED last-4-char provider_asset_id tag (security invariant 14).