Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Snowflake normalize: check gCtx.Err() while iterating through tables #1427

Merged
merged 1 commit into from
Mar 4, 2024

Conversation

serprex
Copy link
Contributor

@serprex serprex commented Mar 4, 2024

errgroup.Go unconditionally executes the function / waits, causing pauses to be ignored for awhile

errgroup.Go unconditionally executes the function / waits,
causing pauses to be ignored for awhile
@iskakaushik
Copy link
Contributor

@serprex should we audit other usages of errgroup as well?

@serprex
Copy link
Contributor Author

serprex commented Mar 4, 2024

@serprex should we audit other usages of errgroup as well?

This is the only place in the codebase we use SetLimit, other places we only invoke a couple goroutines right away

@serprex serprex enabled auto-merge (squash) March 4, 2024 17:41
@serprex serprex merged commit 39c6e7e into main Mar 4, 2024
7 checks passed
@serprex serprex deleted the snowflake-normalize-check-done branch March 4, 2024 17:45
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.

3 participants