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: start job history channel fetch before adding items #1081

Merged
merged 2 commits into from
Sep 23, 2024

Conversation

yashmehrotra
Copy link
Member

@yashmehrotra yashmehrotra commented Sep 22, 2024

It wasn't working correctly since we were passing an uninitialized channel which is nil and does not get passed by reference.

The main issue was that we were adding items to an always uninitialized channel and that was blocking the whole operation

@moshloop moshloop merged commit 1f31cac into main Sep 23, 2024
7 checks passed
@moshloop moshloop deleted the upstream-job-fix branch September 23, 2024 06:35
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