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

Send data in batches #3

Merged
merged 12 commits into from
Feb 11, 2018

Commits on Feb 2, 2018

  1. Send data in batches where possible

    Patrick Robinson committed Feb 2, 2018
    Configuration menu
    Copy the full SHA
    dd455d4 View commit details
    Browse the repository at this point in the history
  2. Refactor tests

    Patrick Robinson committed Feb 2, 2018
    Configuration menu
    Copy the full SHA
    3900278 View commit details
    Browse the repository at this point in the history
  3. Fix parameters to put_batch

    Patrick Robinson committed Feb 2, 2018
    Configuration menu
    Copy the full SHA
    2efc4b6 View commit details
    Browse the repository at this point in the history
  4. Fix bug in sending events infinate times

    Patrick Robinson committed Feb 2, 2018
    Configuration menu
    Copy the full SHA
    518f15d View commit details
    Browse the repository at this point in the history
  5. Fix race condition where we may pop nil events

    Patrick Robinson committed Feb 2, 2018
    Configuration menu
    Copy the full SHA
    76213c1 View commit details
    Browse the repository at this point in the history
  6. Only catch AWS errors, not all exceptions

    Patrick Robinson committed Feb 2, 2018
    Configuration menu
    Copy the full SHA
    fca3c9b View commit details
    Browse the repository at this point in the history
  7. Also don't squash all exceptions here

    Patrick Robinson committed Feb 2, 2018
    Configuration menu
    Copy the full SHA
    2c336c0 View commit details
    Browse the repository at this point in the history
  8. Ensure we don't try and send a payload larger than 4MB

    Patrick Robinson committed Feb 2, 2018
    Configuration menu
    Copy the full SHA
    df63b82 View commit details
    Browse the repository at this point in the history
  9. Don't try and send events that are too big for Firehose

    Patrick Robinson committed Feb 2, 2018
    Configuration menu
    Copy the full SHA
    b80a00d View commit details
    Browse the repository at this point in the history
  10. Refactor

    Patrick Robinson committed Feb 2, 2018
    Configuration menu
    Copy the full SHA
    6b47f24 View commit details
    Browse the repository at this point in the history
  11. Remove unused code

    Patrick Robinson committed Feb 2, 2018
    Configuration menu
    Copy the full SHA
    2b58d2f View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2018

  1. Merge branch 'master' into send-data-in-batches

    Patrick Robinson committed Feb 9, 2018
    Configuration menu
    Copy the full SHA
    b7dca09 View commit details
    Browse the repository at this point in the history