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.--format—text(default) orjson.--provider-stuck— surface streaming-provider rows stuck in:uploadingor:processingpast the configured threshold (default 7200s;--older-than-secOVERRIDES the default when provided). Each sample includes the fullMediaAssetUUID and the REDACTED last-4-charprovider_asset_idtag (security invariant 14).