Skip to content

Conversation

@GarmashAlex
Copy link

The migration was calling decode(context.TODO(), ...), which bypassed cancellation and tracing even though the function already accepts a ctx and checks ctx.Err() in the loop. This change replaces context.TODO() with the function’s ctx to ensure decode operations are cancelable and properly traced. No behavior changes expected aside from respecting cancellations and improving observability.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant