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

Fixes Issue #60 #61

Merged
merged 1 commit into from
Jan 27, 2016
Merged

Fixes Issue #60 #61

merged 1 commit into from
Jan 27, 2016

Conversation

someone1
Copy link
Contributor

@someone1 someone1 commented Nov 9, 2015

This was tried differently before in commit 443e311.

For barrier notifications, this was tried before by getting all barrier records' pipeline keys and doing a batch get, but that method did not account for situations in which barrier checks were fired but no pipes were ready yet. My method will potentially result in more RPC requests, but only pipes that are ready to be executed will be fetched.

For retries: we already have the pipeline_record fetched, just pass in the target parameter

This was tried differently before in commit 443e311.

For barrier notifications, this was tried before by getting all barrier records' pipeline keys and doing a batch get, but that method did not account for situations in which barrier checks were fired but no pipes were ready yet. My method will potentially result in more RPC requests, but only pipes that are ready to be executed will be fetched. 

For retries: we already have the `pipeline_record` fetched, just pass in the target parameter
tkaitchuck added a commit that referenced this pull request Jan 27, 2016
@tkaitchuck tkaitchuck merged commit 5b4cff2 into GoogleCloudPlatform:master Jan 27, 2016
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.

None yet

2 participants