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

Fix misbehaving error worker #95

Merged
merged 2 commits into from
Aug 26, 2023

Conversation

sunilmhta
Copy link
Contributor

closes #90
Currently sometimes the error worker do not report the failure in migration and instead it returns a "migration successful" message even for the cases where the migration should have failed. Fixing this by waiting for the DownloadWorker goroutine to finish before returning from migrate cmd.

@sunilmhta sunilmhta linked an issue Aug 26, 2023 that may be closed by this pull request
@Kishan-Dhakan Kishan-Dhakan merged commit e4febb1 into sprint-1.10 Aug 26, 2023
4 checks passed
@Kishan-Dhakan Kishan-Dhakan deleted the sunilmhta/fix-misbehaving-error-worker branch August 26, 2023 19:44
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.

Error worker randomly fails to return error
2 participants