Skip to content

[codex] Compress cold active rollouts#28338

Merged
jif-oai merged 3 commits into
mainfrom
jif/compress-active-rollouts
Jun 16, 2026
Merged

[codex] Compress cold active rollouts#28338
jif-oai merged 3 commits into
mainfrom
jif/compress-active-rollouts

Conversation

@jif-oai

@jif-oai jif-oai commented Jun 15, 2026

Copy link
Copy Markdown
Contributor

Why

The local rollout compression worker currently scans only archived_sessions, so cold unarchived thread history remains expanded indefinitely.

What changed

  • Scan sessions after archived_sessions within the existing worker runtime budget.
  • Update rollout compression coverage to require both cold active and archived rollouts to be compressed while fresh active rollouts remain plain.

The worker remains behind the disabled-by-default local_thread_store_compression feature, and the existing seven-day cold-file threshold is unchanged.

Validation

  • just test -p codex-rollout (69 passed)
  • just fmt
  • git diff --check

@jif-oai
jif-oai marked this pull request as ready for review June 15, 2026 15:57
@jif-oai

jif-oai commented Jun 15, 2026

Copy link
Copy Markdown
Contributor Author

@codex review

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 7b84fe2925

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread codex-rs/rollout/src/compression.rs
@jif-oai
jif-oai merged commit 352d2fe into main Jun 16, 2026
31 checks passed
@jif-oai
jif-oai deleted the jif/compress-active-rollouts branch June 16, 2026 08:52
@github-actions github-actions Bot locked and limited conversation to collaborators Jun 16, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants