Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Retry failed PVF prepare jobs #6213

Merged
merged 5 commits into from
Nov 8, 2022
Merged

Retry failed PVF prepare jobs #6213

merged 5 commits into from
Nov 8, 2022

Commits on Oct 30, 2022

  1. Retry failed PVF prepare jobs

    - Keep track of the time of failure and the number of failures.
    - If we get a request to prepare a PVF, retry if:
      - Enough time has elapsed since a failure, and
      - The number of failures is not greater than `NUM_PREPARE_RETRIES`
    
    Closes #4288
    mrcnski committed Oct 30, 2022
    Configuration menu
    Copy the full SHA
    adc9460 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2022

  1. Address review comments

    mrcnski committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    ebd600c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    08d103f View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2022

  1. Configuration menu
    Copy the full SHA
    086b2fd View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2022

  1. Configuration menu
    Copy the full SHA
    84e5764 View commit details
    Browse the repository at this point in the history