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

harden exchangeTransitionConfiguration retries #4095

Merged
merged 1 commit into from
Sep 8, 2022

Commits on Sep 8, 2022

  1. harden exchangeTransitionConfiguration retries

    `p.dataProvider` may become `nil` between individual attempts to
    exchange transition configuration with the EL. Harden by capturing
    the data provider on function start.
    
    Note that other functions are already hardened, or are unaffected.
    Only `close` transitions `p.dataProvider` to `nil`, and `close` is
    only called by the main deposits import sequence. During the deposits
    import, `close` is not called, so extra checks are not needed.
    etan-status committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    cb8bc1f View commit details
    Browse the repository at this point in the history