prewarm_thread_message_counts(
limit: int | None = None,
) -> None| Name | Type | Description |
|---|---|---|
limit | int | None | Default: NoneMaximum threads to prewarm. Uses |
Prewarm thread selector cache for faster /threads open.
Fetches a bounded list of recent threads and populates checkpoint-derived fields for currently visible columns into the in-memory cache. Intended to run in a background worker during app startup.