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

feat: retry failed query jobs in result() #837

Merged
merged 32 commits into from Aug 11, 2021
Merged

feat: retry failed query jobs in result() #837

merged 32 commits into from Aug 11, 2021

Commits on Jul 28, 2021

  1. initial stab

    jimfulton committed Jul 28, 2021
    Copy the full SHA
    cc62448 View commit details
    Browse the repository at this point in the history
  2. test start

    jimfulton committed Jul 28, 2021
    Copy the full SHA
    61e1c38 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    093f9b4 View commit details
    Browse the repository at this point in the history
  4. Don't retry here

    Retry in the quert job's result method.
    jimfulton committed Jul 28, 2021
    Copy the full SHA
    b2ce74b View commit details
    Browse the repository at this point in the history
  5. reworked the retry logic.

    jimfulton committed Jul 28, 2021
    Copy the full SHA
    d930c83 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2021

  1. if, when retrying, the new query job is complete and errorer, stop ri…

    …ght away
    
    There's no point in continuing to make calls.
    jimfulton committed Jul 29, 2021
    Copy the full SHA
    bf7b4c6 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    0598197 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    c9644e9 View commit details
    Browse the repository at this point in the history
  4. blacken

    jimfulton committed Jul 29, 2021
    Copy the full SHA
    2d0e067 View commit details
    Browse the repository at this point in the history
  5. removed unecessary condition

    that caused a coverage fail
    jimfulton committed Jul 29, 2021
    Copy the full SHA
    0dcac01 View commit details
    Browse the repository at this point in the history
  6. System test that demonstrates the retry behavior as applied to the or…

    …iginal issues' use case
    jimfulton committed Jul 29, 2021
    Copy the full SHA
    026edba View commit details
    Browse the repository at this point in the history
  7. Added missing copyright

    jimfulton committed Jul 29, 2021
    Copy the full SHA
    0e764d2 View commit details
    Browse the repository at this point in the history
  8. Added missing copyright

    jimfulton committed Jul 29, 2021
    Copy the full SHA
    c96d8b3 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2021

  1. Copy the full SHA
    5058cb4 View commit details
    Browse the repository at this point in the history
  2. Added a leading _ to the retry_do_query query-jov attribute to make i…

    …t clear that this is an implementation detail
    jimfulton committed Aug 4, 2021
    Copy the full SHA
    3c53172 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2021

  1. Copy the full SHA
    eb51432 View commit details
    Browse the repository at this point in the history
  2. fixed copyright

    jimfulton committed Aug 5, 2021
    Copy the full SHA
    d6d958f View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    a05f75f View commit details
    Browse the repository at this point in the history
  4. why sleep?

    jimfulton committed Aug 5, 2021
    Copy the full SHA
    32e7050 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    3361a82 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2021

  1. Copy the full SHA
    4c6ef5b View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    25b44a0 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2021

  1. Copy the full SHA
    9ab84e4 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    d2bf840 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    4c004a5 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    be49c4b View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2021

  1. Copy the full SHA
    9e4a011 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    204641b View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    bf051b0 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    b47244f View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    2377a1b View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    6b790e8 View commit details
    Browse the repository at this point in the history