Skip to content

[codex] Raise app-server recursion limit - #27421

Merged
anp-oai merged 1 commit into
mainfrom
codex/fix-app-server-recursion-limit
Jun 10, 2026
Merged

[codex] Raise app-server recursion limit#27421
anp-oai merged 1 commit into
mainfrom
codex/fix-app-server-recursion-limit

Conversation

@anp-oai

@anp-oai anp-oai commented Jun 10, 2026

Copy link
Copy Markdown
Contributor

Summary

Unblock Rust release builds after tracing instrumentation increased the async future query depth beyond rustc's default limit.

Set the codex-app-server crate recursion limit to 256. This changes compilation only; runtime behavior is unchanged.

Validation

  • just test -p codex-app-server
  • cargo build --release --bin codex-app-server

@anp-oai
anp-oai marked this pull request as ready for review June 10, 2026 18:00

@tamird tamird 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.

Eh, looks like a bandaid. Would be good to properly RCA.

@anp-oai
anp-oai merged commit 4241544 into main Jun 10, 2026
31 checks passed
@anp-oai
anp-oai deleted the codex/fix-app-server-recursion-limit branch June 10, 2026 18:37
@github-actions github-actions Bot locked and limited conversation to collaborators Jun 10, 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.

3 participants