Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pghoard: added a thread for processing the "download_results" queue
Added a new DownloadResultsProcessor thread, which validates downloaded files and saves them to the target: '<pg_wal>/<wal_name>.tmp' -> '<pg_wal>/<wal_name>.prefetch'. Files with "prefetch" suffix can be copied to the destination without extra checks now. Also changed items type for "pending_download_ops" dict from "dict" to "dataclass" (PendingDownloadOp)
- Loading branch information