Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

CAD-1449 Add asynchronous updating of offline metadata #40

Merged
merged 2 commits into from
Aug 6, 2020

Commits on Aug 5, 2020

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

Commits on Aug 6, 2020

  1. Add asynchronous updating of offline metadata

    All offline metadata is tried synchronously with block retrieval. Requests
    that fail are then tried asynchonously. Requests than need to be retried
    are queried from the database and retries are back off exponentially with
    a ceiling of daily retries. The retry interval for all offline metadata
    is reduced to 60 seconds when the program is restarted.
    erikd authored and ksaric committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    5a1cdc5 View commit details
    Browse the repository at this point in the history