Fixes Issue #60

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
1 file changed
tree: 2ddbbd38f1ab31aa15fd910db6ae02162a00bdf3
  1. java/
  2. python/
  3. .gitignore
  4. LICENSE
  5. README