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

Split out IO management into standalone app. #34

Merged
merged 1 commit into from
Feb 20, 2020
Merged

Conversation

ikaneshiro
Copy link
Contributor

Signed-off-by: Ian Kaneshiro [email protected]

Copy link
Member

@tri-adam tri-adam left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good! Few small requests...

internal/pkg/rediskv/redis_test.go Show resolved Hide resolved
cmd/server/main.go Outdated Show resolved Hide resolved
}

// NOTE: If multiple jobOutputHandlers are spun off, output for a job couple be placed
// out of order in Redis.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, this we might need to solve at some point, as we'll hit it during rolling upgrades. Maybe we should open an issue for that?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I also see this being an issue when scaling horizontally.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Captured in #35

go.mod Outdated Show resolved Hide resolved
@ikaneshiro ikaneshiro force-pushed the job-io-improve branch 2 times, most recently from 7c7e45d to 89ba514 Compare February 20, 2020 13:49
Copy link
Member

@tri-adam tri-adam left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@tri-adam tri-adam merged commit deebfe2 into master Feb 20, 2020
@tri-adam tri-adam deleted the job-io-improve branch February 20, 2020 14:23
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