Skip to content

chore: propagate context across all layers#159

Merged
rmanibus merged 1 commit into
mainfrom
fix-context-propagation
Mar 18, 2026
Merged

chore: propagate context across all layers#159
rmanibus merged 1 commit into
mainfrom
fix-context-propagation

Conversation

@rmanibus
Copy link
Copy Markdown
Contributor

This PR fixes context propagation issues in the engine and client layers, which were using context.Background() instead of the provided context. This ensures that cancellation and timeouts are respected throughout the codebase.

@rmanibus rmanibus added the chore Maintenance and tooling changes label Mar 18, 2026
@rmanibus rmanibus force-pushed the fix-context-propagation branch from 8923bf0 to fcb398d Compare March 18, 2026 20:37
@rmanibus rmanibus merged commit 3f5dc1d into main Mar 18, 2026
10 checks passed
@rmanibus rmanibus deleted the fix-context-propagation branch March 18, 2026 20:44
@codecov
Copy link
Copy Markdown

codecov Bot commented Mar 18, 2026

@rmanibus rmanibus linked an issue Mar 18, 2026 that may be closed by this pull request
@rmanibus rmanibus added this to the v1.14.0 milestone Mar 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chore Maintenance and tooling changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

context propagation is inconsistent across the codebase

1 participant