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

gitcheckout: Fix workers exiting when a work item is done #1332

Merged
merged 1 commit into from
Sep 25, 2024

Conversation

pavolmarko
Copy link
Contributor

@pavolmarko pavolmarko commented Sep 25, 2024

Workers should only exit when the full process is done (doneSignal) or
when canceled.
They should not exit when a single work item finished without error.

@pavolmarko pavolmarko requested a review from n-g September 25, 2024 10:43
@pavolmarko pavolmarko changed the title gitcheckout: Fix workers exiting when their work is done gitcheckout: Fix workers exiting when a work item is done Sep 25, 2024
Workers should only exit when the full process is done (doneSignal) or
when canceled.
They should not exit when a single work item finished without error.
@pavolmarko pavolmarko added this pull request to the merge queue Sep 25, 2024
Merged via the queue into main with commit bcf05fe Sep 25, 2024
18 checks passed
@pavolmarko pavolmarko deleted the pavol/fix_exiting_workers branch September 25, 2024 10:45
@n-g
Copy link
Contributor

n-g commented Sep 30, 2024

LGTM

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.

2 participants